A basic Android chat application.
ChatPractice is hosted in the following web site
https://github.com/Gibolt/ChatPractice
If you think the Android project ChatPractice 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 ChatPractice.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET |
ChatPractice has the following Java source files.
com.example.chatpractice.ChatApiClient.java com.example.chatpractice.DataProvider.java com.example.chatpractice.GenericRestClient.java com.example.chatpractice.MainActivity.java com.example.chatpractice.Message.java com.example.chatpractice.TranslationService.java com.example.chatpractice.URL.java com.example.chatpractice.User.java com.example.chatpractice.UserMain.java