How to make a simple chat application using XMPP protocol on Android platform..
Android.Chat is hosted in the following web site
https://github.com/nutbutterfly/Android.Chat
If you think the Android project Android.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 Android.Chat.
Item | Value |
---|---|
Java File Count | 17 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 15 |
Activity Count | 5 |
jar files used | android-support-v4.jar asmack-android-7-beem.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 6 image files in Android.Chat. The names of the image files are listed as follows.
file.png folder.png ic_default_contact.png ic_ichat.png ic_offline.png ic_online.png
The following screenshort is generated from the image listed above.
Android.Chat has the following Java source files.
com.clicknect.ichat.ApplicationSetting.java com.clicknect.ichat.ChatActivity.java com.clicknect.ichat.FilePickerActivity.java com.clicknect.ichat.LoginActivity.java com.clicknect.ichat.MainActivity.java com.clicknect.ichat.SplashActivity.java com.clicknect.ichat.adapter.ChatAdapter.java com.clicknect.ichat.adapter.ContactAdapter.java com.clicknect.ichat.entry.ChatEntry.java com.clicknect.ichat.entry.ContactEntry.java com.clicknect.ichat.helper.BitmapUtility.java com.clicknect.ichat.helper.UserPreferences.java com.clicknect.ichat.network.Ping.java com.clicknect.ichat.network.PingPacketFilter.java com.clicknect.ichat.network.PingPacketListener.java com.clicknect.ichat.network.PingProvider.java com.clicknect.ichat.network.Pong.java