Skip to content

Releases: UniveIngSw2020/Disarray_Men

Red Zone v1.0

07 Jan 08:52

Choose a tag to compare

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

06 Nov 19:03

Choose a tag to compare

Red Zone v0.1 Pre-release
Pre-release

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