A simple instant messenger app for android using gcm for message delivery.
peep is hosted in the following web site
https://github.com/pepalo/peep
If you think the Android project peep 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 peep.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.WAKE_LOCK com.google.android.c2dm.permission.RECEIVE com.pepalo.peep.permission.C2D_MESSAGE |
There are 10 image files in peep. The names of the image files are listed as follows.
avatar_contact.png avatar_contactd.png avatar_group.png avatar_self.png emoji_btn_normal.png emoji_kbd.png send_btn.png user_green.png user_placeholder.png user_yellow.png
The following screenshort is generated from the image listed above.
peep has the following Java source files.
com.pepalo.peep.AddContactDialog.java com.pepalo.peep.ChatActivity.java com.pepalo.peep.Common.java com.pepalo.peep.CreateGroupTask.java com.pepalo.peep.DataProvider.java com.pepalo.peep.EditContactDialog.java com.pepalo.peep.MainActivity.java com.pepalo.peep.MessagesFragment.java com.pepalo.peep.SettingsActivity.java com.pepalo.peep.Util.java com.pepalo.peep.gcm.Constants.java com.pepalo.peep.gcm.GcmBroadcastReceiver.java com.pepalo.peep.gcm.GcmIntentService.java com.pepalo.peep.gcm.GcmListener.java com.pepalo.peep.gcm.GcmUtil.java com.pepalo.peep.gcm.ServerUtilities.java