Android Open Source - GPS track MeetUp






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MeetUp.

ItemValue
Java File Count5
Minimum SDK Version8
Activity Count2
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_MOCK_LOCATION
android.permission.INTERNET




Java Source Files

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