This is a study project still in the early stages of development. It is an Android application that basically keeps track of where participants of an event are, and wether they have arrived at the designated site or not. It uses the phones GPS to track.
MeetUp is hosted in the following web site
https://github.com/Flaw/MeetUp
If you think the Android project MeetUp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of MeetUp.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_MOCK_LOCATION android.permission.INTERNET |
MeetUp has the following Java source files.
com.flawed.meetup.Event.java com.flawed.meetup.MeetUp.java com.flawed.meetup.Participant.java com.flawed.meetup.Preferences.java com.flawed.meetup.ServerConnector.java