raphael 7e4cfceab4 adds list functionality
- adds rest connection with gets a JSON Object
  with a "messages" list inside it.
- test case, which pushes a new message
  and gets an entire list. checking that the
  first element is "hello" and the last element
  to be the new element just pushed
2021-12-17 16:10:29 +01:00
2021-12-17 16:10:29 +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.

Description
Android Client for Bump
Readme 381 KiB
Languages
Kotlin 100%