Android Open Source - Chat xmpp Android.Chat






Project Summary

How to make a simple chat application using XMPP protocol on Android platform..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android.Chat.

ItemValue
Java File Count17
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version15
Activity Count5
jar files usedandroid-support-v4.jar
asmack-android-7-beem.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null




Java Source Files

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