Android Client for Bump
Go to file
raphael 0e307c947a adds clear log button to menu
- clear log now static function, with
  the log being updated from file
  every time the update function is called
- menu actions always act from main activity
  so the menu isn't able to use the existing
  bump instance
2022-02-06 23:50:38 +01:00
app adds clear log button to menu 2022-02-06 23:50:38 +01:00
gradle/wrapper initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
.gitignore makes app production ready 2022-01-11 14:06:20 +01:00
build.gradle adds firebase connection and notifications 2021-12-30 13:08:52 +01:00
gradle.properties initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
gradlew initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
gradlew.bat initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
README.md initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
settings.gradle updates app name, fixes first camera access 2021-12-12 15:51:52 +01:00

Android Client for Bump

uses camerax framework inside an activity fragment to run camera. Heavily uses requireActivity() inside that to get the appropriate camera functionality. Not sure, if this is the way to go with fragments.

MLKit QR scanner is used to scan QR codes explitily from the view frame.