Android Chatting Application using Firebase as a realtime server. Features include:
- Send and reject Friend Request.
- Chat anytime with friends.
- Without accepting friend request no chatting.
- Login with password: This feature make it secure as without password no one can access account.
- Java code 100%.
- Firebase Realtime Sever: For app realtime data Firebase is used.
- Volley : In some activity volley is used as networking library, some firebase database is used as Rest api so for that volley is used.
- Circular image for profile.
-
activity: all activity of project.
-
adapter: inivitation and Main Activity (ViewPager) page adapter.
-
fragment: All the fragment of project, which are Friend Request, Home, Invitation, Login, Registration.
-
interfaces: interface for button click
-
model: all model class of project.
-
utils: files which can be used in entire project. Circular Image view, SharedPrefrance, List of api.
-
viewHolder: Friend view holder.
-
Relase apk for check/Try app.