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 Messages
to eachother. - Users can
Send Image Messages
to eachother. - Users can
Edit Message
by clicking on it. - Users can
Delete Message
by long pressing it. - If a user
Takes Screenshot
of the chat, it gets send in the chat automatically.
-
Download and install
XAMPP
from the given link (C:\xampp
folder should be there after installation).https://www.apachefriends.org/download.html
-
Paste the folder named as
PHP_Files
present Here inC:\xampp\htdocs
folder. -
Open Xampp and
Run Apache and MySQL Services
. -
Click on Admin Button
infront of MySQL Service and a new tab will open in the browser. -
Create a Database
there with the namebisto_chat
. -
Create the Following Tables
with theSame Table Names
andSame Column Names
as displayed in the screenshots below:
-
Open the provided project in
Android Studio
. -
Get the
Current IP
of your pc and replace it here in the file named asLogin.java
: -
Get the
Current IP
of your pc and replace it here in the file named asRegister.java
: -
Build the Project
and you are good to go 😃