My First App : Basic Android One to One Chat Application with Firebase as my Backend..
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.
The following table is the detailed list of BasicAndroidChat.
Item | Value |
---|---|
Java File Count | 11 |
Supported screen sizes | [hdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 16 |
Activity Count | 5 |
jar files used | android-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 Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
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.
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