Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh159357/android_client_php_backend
Sample app demonstrating usage of Android, Php & Rest Webservices
https://github.com/harsh159357/android_client_php_backend
android change-password hosting hostinger login material-ui php register rest-api retrofit sample-app sql webservices
Last synced: 7 days ago
JSON representation
Sample app demonstrating usage of Android, Php & Rest Webservices
- Host: GitHub
- URL: https://github.com/harsh159357/android_client_php_backend
- Owner: harsh159357
- License: apache-2.0
- Created: 2017-05-13T18:26:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T21:54:04.000Z (over 4 years ago)
- Last Synced: 2024-07-01T06:38:24.273Z (5 months ago)
- Topics: android, change-password, hosting, hostinger, login, material-ui, php, register, rest-api, retrofit, sample-app, sql, webservices
- Language: Java
- Homepage:
- Size: 2.79 MB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
android_client_php_backend
=============**App Demonstrating the use of Android and PHP.**
>- App Logo Created Using [Logo Maker](http://logomakr.com)
>- For Hosting used [bingedev](https://bingedev.com/)
>- For Api Interfacing with PHP on App used [Retrofit](https://github.com/square/retrofit)**How to use this Sample App.**
>- Host the sample included inside [phpbackend](https://github.com/harsh159357/android_client_php_backend/tree/master/phpbackend) on preffered web hosting
>- Create a table inside your database using [AndroidClientPhpBackend.sql](https://github.com/harsh159357/android_client_php_backend/blob/master/phpbackend/AndroidClientPhpBackend.sql)
>- If you are using your own website just edit this thing inside [Util.java](https://github.com/harsh159357/android_client_php_backend/blob/master/app/src/main/java/com/harsh/androidclientphpbackend/util/Util.java)public static final String BASE_URL = "https://bingedev.com/";
>- Make sure to edit [DBOperations.php](https://github.com/harsh159357/android_client_php_backend/blob/master/phpbackend/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](https://bingedev.com/)**Things Implemented**
>- Splash
>- Login
>- Registration
>- Change Password**Screenshots**
**Its Flutter CounterPart [Click Here](https://github.com/harsh159357/flutter_client_php_backend)**
**If you are aware of [Postman](https://www.getpostman.com/) you can use [Postman Collection](https://www.getpostman.com/collections/80394d2fc7c2aed05cc5) for Rest API used in this repo**
### :heart: Found this project useful?
If you found this project useful, then please consider giving it a :star: on Github and sharing it with your friends via social media.### Last But not Least
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.### Project Maintained By
# [Harsh Sharma](http://bit.ly/githarsh)
Android Developer
License
-------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 athttp://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.