An Android Chatting Application coded in Java Language using Android Studio. Backend is implemented in PHP Language i.e, APIs. 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 Messagesto eachother. - Users can
Send Image Messagesto eachother. - Users can
Edit Messageby clicking on it. - Users can
Delete Messageby long pressing it. - If a user
Takes Screenshotof the chat, it gets send in the chat automatically.
-
Download and install
XAMPPfrom the given link (C:\xamppfolder should be there after installation).https://www.apachefriends.org/download.html -
Paste the folder named as
PHP_Filespresent Here inC:\xampp\htdocsfolder. -
Open Xampp and
Run Apache and MySQL Services. -
Click on Admin Buttoninfront of MySQL Service and a new tab will open in the browser. -
Create a Databasethere with the namebisto_chat. -
Create the Following Tableswith theSame Table NamesandSame Column Namesas displayed in the screenshots below:
-
Open the provided project in
Android Studio. -
Get the
Current IPof your pc and replace it here in the file named asLogin.java: -
Get the
Current IPof your pc and replace it here in the file named asRegister.java: -
Build the Projectand you are good to go 😃













