App Demonstrating the use of Android and PHP.
- App Logo Created Using Logo Maker
- For Hosting used bingedev
- For Api Interfacing with PHP on App used Retrofit
How to use this Sample App.
- Host the sample included inside phpbackend on preffered web hosting
- Create a table inside your database using AndroidClientPhpBackend.sql
- If you are using your own website just edit this thing inside Util.java
public static final String BASE_URL = "https://bingedev.com/";
- Make sure to edit DBOperations.php and change following things -
private $host = 'your_host';
private $user = 'your_user_name';
private $db = 'your_database';
private $pass = 'your_password';
- Not Interested in doing above steps just clone this repo and use it as it is already hosted bingedev
Things Implemented
- Splash
- Login
- Registration
- Change Password
Screenshots
Its Flutter CounterPart Click Here
If you are aware of Postman you can use Postman Collection for Rest API used in this repo
If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.
There are still some things which are pending in this project make a pull request to improve this project or suggest an idea to improve this project further by raising issues.
Android Developer
Copyright 2017 Harsh Sharma
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.