Android Open Source - Chat firebase BasicAndroidChat






Project Summary

My First App : Basic Android One to One Chat Application with Firebase as my Backend..

Web Site / Source Repository

BasicAndroidChat is hosted in the following web site
https://github.com/kushal25/BasicAndroidChat

If you think the Android project BasicAndroidChat 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 BasicAndroidChat.

ItemValue
Java File Count11
Supported screen sizes[hdpi]
Target SDK Version21
Minimum SDK Version16
Activity Count5
jar files usedandroid-support-v4.jar
firebase-client-jvm-1.0.17.jar
gcm.jar
google-play-services.jar
httpclient-4.0.1.jar
httpmime-4.2.2.jar
libphonenumber-6.2.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.GET_ACCOUNTS
android.permission.INTERNET
android.permission.READ_CONTACTS
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.WAKE_LOCK




Resource Files

There are 3 image files in BasicAndroidChat. The names of the image files are listed as follows.

bubble_a.9.png
bubble_b.9.png
ic_action_refresh.png

The following screenshort is generated from the image listed above.

null

Java Source Files

BasicAndroidChat has the following Java source files.

com.kushal.chaton.activities.LoginActivity.java
com.kushal.chaton.activities.MainActivity.java
com.kushal.chaton.activities.SignupActivity.java
com.kushal.chaton.activities.UserActivity.java
com.kushal.chaton.activities.UserContacts.java
com.kushal.chatton.Adapters.ChatListAdapter.java
com.kushal.chatton.Adapters.ContactsAdapter.java
com.kushal.chatton.Adapters.FirebaseListAdapter.java
com.kushal.chatton.Beans.Chat.java
com.kushal.chatton.Beans.ContactBean.java
com.kushal.chatton.misc.ConnectionDetector.java