initial android app setup, adds fragments, camera
- scans in camera view for qr code - camera view inside fragment - fragment 1 passed to camera fragment - prints qr code to log
This commit is contained in:
		
							
								
								
									
										30
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
# Gradle files
 | 
			
		||||
.gradle/
 | 
			
		||||
build/
 | 
			
		||||
 | 
			
		||||
# Local configuration file (sdk path, etc)
 | 
			
		||||
local.properties
 | 
			
		||||
 | 
			
		||||
# Log/OS Files
 | 
			
		||||
*.log
 | 
			
		||||
 | 
			
		||||
# Android Studio generated files and folders
 | 
			
		||||
captures/
 | 
			
		||||
.externalNativeBuild/
 | 
			
		||||
.cxx/
 | 
			
		||||
*.apk
 | 
			
		||||
output.json
 | 
			
		||||
 | 
			
		||||
# IntelliJ
 | 
			
		||||
*.iml
 | 
			
		||||
.idea/
 | 
			
		||||
 | 
			
		||||
# Keystore files
 | 
			
		||||
*.jks
 | 
			
		||||
*.keystore
 | 
			
		||||
 | 
			
		||||
# Google Services (e.g. APIs or Firebase)
 | 
			
		||||
google-services.json
 | 
			
		||||
 | 
			
		||||
# Android Profiling
 | 
			
		||||
*.hprof
 | 
			
		||||
		Reference in New Issue
	
	Block a user