An Android Chatting Application
coded in Java Language
using Android Studio
. Backend is implemented using Firebase
. It works exactly like WhatsApp
i.e, user accounts get detected by their Phone Numbers
and Synced Automatically
with the application. User can then select any contact and start chatting with it.
- User can
Login/Signup
. - User can set his
Profile Picture
. - User can set his
Personal Details
. - Users can
Send Text Messages
to eachother. - Users can
Send Image Messages
to eachother. - Users can
Edit Message
by long pressing it. - Users can
Delete Message
by long pressing it. - If a user
Takes Screenshot
of the chat, it gets send in the chat automatically.
- You must
Run this Project
on Android Studio. - You must
Create an Account
on Firebase. - You must
Create a Project
on your firebase account. - You must
Link Android Studio
to your firebase account by going intoTools -> Firebase
.