Releases: UniveIngSw2020/Disarray_Men
Releases · UniveIngSw2020/Disarray_Men
Red Zone v1.0
Main Features
-
Basic UI
-
Show GoogleMap with:
- Real-time user position with mark
- Real-time positions of other users with red circle
-
A menu for activate bluetooth
How Classes mainly work
-
MapsActivity
- Send and upload your position on Firebase Realtime Database
- All positions are anonymous and distinguished by an auto-generated, alphanumeric string
- Download and keep sync positions of other users
- Draw circles at the locations of other users
-
BluetoothActivity
- Check the transmission power of other devices and calculate the distance between users
-
NotificationUtils
- This class contains all the functions needed to create and show notifications to alert the user
-
UserData
- Keep the data of the user, like the string generated by MapsActivity until the app is closed
Red Zone v0.1
Main Features
-
Basic UI
-
Show GoogleMap with:
- Real-time user position with mark
- Real-time positions of other users with red circle
-
A menu for activate bluetooth
How Classes mainly work
-
MapsActivity
- Send and upload your position on Firebase Realtime Database
- All positions are anonymous, and distinguished by an auto-generated, alphanumeric string
- Download and keep sync positions of other users
- Draw circles at the locations of other users
-
BluetoothActivity
- Check the transmission power of other devices and calculate the distance between users
-
NotificationUtils
- This class contains all the functions needed to create and show notifications to alert the user
-
UserData
- Keep the data of the user, like the string generated by MapsActivity until the app is closed
-
MainActivity
- This is an unused flag-class, it will be transformed into the Settings Class