Android Client for Bump
Go to file
raphael 734b64ce3b adds rest list receiver, adds local code storage
- rest class now receives a list as well as single
  messages
- adds support for threaded singleton which takes
  care of continuous checking of the bump server
  to get the most up-to-date list of messages
- adds local data class with tests to get locally saved
  code in preferences
2021-12-29 19:42:43 +01:00
app adds rest list receiver, adds local code storage 2021-12-29 19:42:43 +01:00
gradle/wrapper initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
.gitignore initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
build.gradle initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +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.