Android Open Source - Location user mypeeple






Project Summary

My Peeple is an experimental Android app that allows users to broadcast their location status to family and close friends..

Web Site / Source Repository

mypeeple is hosted in the following web site
https://github.com/deepakprabhakara/mypeeple

If you think the Android project mypeeple 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 mypeeple.

ItemValue
Java File Count20
Minimum SDK Version3
Activity Count8
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.ACCESS_MOCK_LOCATION
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.READ_CONTACTS
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE




Resource Files

There are 11 image files in mypeeple. The names of the image files are listed as follows.

ic_tab_events_grey.png
ic_tab_events_white.png
ic_tab_home_grey.png
ic_tab_home_white.png
ic_tab_people_grey.png
ic_tab_people_white.png
ic_tab_places_grey.png
ic_tab_places_white.png
marker.png
marker_old.png
settings.png

The following screenshort is generated from the image listed above.

null




Java Source Files

mypeeple has the following Java source files.

com.mypeeple.MyPeepleActivity.java
com.mypeeple.dataobj.EventData.java
com.mypeeple.dataobj.LocationData.java
com.mypeeple.dataobj.NotificationData.java
com.mypeeple.dataobj.PeopleData.java
com.mypeeple.db.SharedEventsDB.java
com.mypeeple.db.SharedLocationDB.java
com.mypeeple.db.SharedNotificationDB.java
com.mypeeple.db.SharedPeopleDB.java
com.mypeeple.events.EventsActivity.java
com.mypeeple.events.EventsMainActivity.java
com.mypeeple.home.HomeMainActivity.java
com.mypeeple.people.PeopleMainActivity.java
com.mypeeple.places.PlacesActivity.java
com.mypeeple.places.PlacesMainActivity.java
com.mypeeple.service.MyPeepleIntentReceiver.java
com.mypeeple.service.MyPeepleService.java
com.mypeeple.settings.SettingsActivity.java
com.mypeeple.utils.Constants
.java
com.mypeeple.utils.Debug
.java