{"id":21229585,"url":"https://github.com/sameetasadullah/bisto-chat-java-php","last_synced_at":"2025-07-10T15:32:20.259Z","repository":{"id":136453681,"uuid":"525526213","full_name":"SameetAsadullah/Bisto-Chat-Java-PHP","owner":"SameetAsadullah","description":"An Android Chatting Application coded in Java language using Android Studio. Backend is implemented in PHP Language i.e, APIs. Users can send messages, delete messages, edit messages, send images, and set their profile pictures","archived":false,"fork":false,"pushed_at":"2022-11-27T18:06:04.000Z","size":16086,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-24T13:57:46.970Z","etag":null,"topics":["android-studio","apache","api","chatting-app","java","java-android","java-android-application","java-android-studio-project","mysql","php","xampp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SameetAsadullah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-16T20:03:59.000Z","updated_at":"2024-10-07T17:38:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9ba37ab-d1c1-4302-a7f4-91293123c529","html_url":"https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBisto-Chat-Java-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBisto-Chat-Java-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBisto-Chat-Java-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBisto-Chat-Java-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SameetAsadullah","download_url":"https://codeload.github.com/SameetAsadullah/Bisto-Chat-Java-PHP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225646210,"owners_count":17501842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android-studio","apache","api","chatting-app","java","java-android","java-android-application","java-android-studio-project","mysql","php","xampp"],"created_at":"2024-11-20T23:28:28.593Z","updated_at":"2024-11-20T23:28:29.100Z","avatar_url":"https://github.com/SameetAsadullah.png","language":"Java","readme":"\u003ch1 align=\"center\"\u003eBisto Chat using Java and PHP\u003c/h1\u003e\n\n### Description\nAn `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.\n\n### Functionalities\n- User can `Login/Signup`.\n- User can set his `Profile Picture`.\n- User can set his `Personal Details`.\n- Users can `Send Text Messages` to eachother.\n- Users can `Send Image Messages` to eachother.\n- Users can `Edit Message` by clicking on it.\n- Users can `Delete Message` by long pressing it.\n- If a user `Takes Screenshot` of the chat, it gets send in the chat automatically.\n\n### Manual\n1) [Download](https://www.apachefriends.org/download.html) and install `XAMPP` from the given link (`C:\\xampp` folder should be there after installation).\n    ```\n    https://www.apachefriends.org/download.html\n    ```\n2) Paste the folder named as `PHP_Files` present [Here](https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP/blob/main/src/PHP_Files/) in `C:\\xampp\\htdocs` folder.\n3) Open Xampp and `Run Apache and MySQL Services`.\n4) `Click on Admin Button` infront of MySQL Service and a new tab will open in the browser.\n5) `Create a Database` there with the name `bisto_chat`.\n6) `Create the Following Tables` with the `Same Table Names` and `Same Column Names` as displayed in the screenshots below:\n    \n    \u003cdiv align=\"center\"\u003e\n      \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP/blob/main/extras/messages-table-ss.png\" alt = \"\" width=\"800px\"/\u003e\n    \u003c/div\u003e\n    \u003cbr/\u003e\n    \u003cdiv align=\"center\"\u003e\n      \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP/blob/main/extras/profile-table-ss.png\" alt = \"\" width=\"800px\"/\u003e\n    \u003c/div\u003e\n    \n7) Open the provided project in `Android Studio`.\n8) Get the `Current IP` of your pc and replace it here in the file named as `Login.java`:\n    \n    \u003cdiv align=\"center\"\u003e\n      \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP/blob/main/extras/login-change-ip-ss.png\" alt = \"\" width=\"800px\"/\u003e\n    \u003c/div\u003e\n\n8) Get the `Current IP` of your pc and replace it here in the file named as `Register.java`:\n    \n    \u003cdiv align=\"center\"\u003e\n      \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-PHP/blob/main/extras/register-change-ip-ss.png\" alt = \"\" width=\"800px\"/\u003e\n    \u003c/div\u003e\n\n10) `Build the Project` and you are good to go :smiley:\n\n### Working Screenshots\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/splash-screen-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/login-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/signup-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/create-profile-ss.png\" alt = \"\" width=\"200px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/contacts-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/chat-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/chats-ss.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/chats-ss-1.png\" alt = \"\" width=\"200px\"/\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/chat-ss-1.png\" alt = \"\" width=\"200px\"/\u003e\n  \u003cimg src = \"https://github.com/SameetAsadullah/Bisto-Chat-Java-Firebase/blob/master/extras/edited-message-ss.png\" alt = \"\" width=\"200px\"/\u003e\n\u003c/div\u003e\n  \n### Contributors\n- [Sameet Asadullah](https://github.com/SameetAsadullah)\n- [Tayyab Ali](https://github.com/DarkDragz)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fbisto-chat-java-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameetasadullah%2Fbisto-chat-java-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fbisto-chat-java-php/lists"}