| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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 in C:\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 name bisto_chat.
Create the Following Tables with the Same Table Names and Same 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 as Login.java:
Get the Current IP of your pc and replace it here in the file named as Register.java:
Build the Project and you are good to go 😃
| Back | FazBrowse Home | New Git URL |