Android Chat application sources.
chat is hosted in the following web site
https://github.com/ilozic/chat
If you think the Android project chat 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 chat.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | acra-4.4.0.jar android-support-v4.jar gcm.jar gson-2.2.2.jar httpclient-4.2.3.jar mobileservices-0.2.0-javadoc.jar mobileservices-0.2.0-sources.jar mobileservices-0.2.0.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.GET_TASKS android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.WAKE_LOCK com.example.notificationpoc.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
There are 1 image files in chat. The names of the image files are listed as follows.
ic_waiting.png
The following screenshort is generated from the image listed above.
chat has the following Java source files.
com.example.notificationpoc.AlertDialogManager.java com.example.notificationpoc.AlternatingItemsAdapter.java com.example.notificationpoc.ConnectionDetector.java com.example.notificationpoc.FullscreenActivity.java com.example.notificationpoc.GCMIntentService.java com.example.notificationpoc.MobileServiceClientSingletone.java com.example.notificationpoc.MyApplication.java com.example.notificationpoc.PhoneNumberDialogManager.java com.example.notificationpoc.entities.Message.java com.example.notificationpoc.entities.MessageList.java com.example.notificationpoc.entities.User.java com.example.notificationpoc.entities.customer.java com.example.notificationpoc.entities.notifications.java com.example.notificationpoc.tasks.CustomerManager.java com.example.notificationpoc.tasks.DataPersisterTask.java com.example.notificationpoc.tasks.MessageManager.java com.example.notificationpoc.util.ApplicationInfo.java com.example.notificationpoc.util.Constants.java com.example.notificationpoc.util.DateTime.java com.example.notificationpoc.util.PhoneNumberManager.java