Android Open Source - App messenger peep






Project Summary

A simple instant messenger app for android using gcm for message delivery.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of peep.

ItemValue
Java File Count16
Supported screen sizes[mdpi, hdpi]
Target SDK Version19
Minimum SDK Version15
Activity Count3
Fragment Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.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




Resource Files

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.

null




Java Source Files

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