Android application for ordering food 🍔
Download this 5.3MB app by clicking here
Part of app | Programming Language |
---|---|
Front-end | xml |
Back-end | Kotlin |
Only the Front-end part of app (xml files) is given in this repository.
The Back-end part of this app (kotlin code) is made private. If you are interested in collabrating to this app, do message me in LinkedIn
I Retrieved data from these links to make this app:
Page | JSON file Link |
---|---|
Login | http://13.235.250.119/v2/login/fetch_result/ |
Registration | http://13.235.250.119/v2/register/fetch_result/ |
Forgot Password | http://13.235.250.119/v2/forgot_password/fetch_result/ |
All Restaurants | http://13.235.250.119/v2/restaurants/fetch_result/ |
Restaurant Menu | http://13.235.250.119/v2/restaurants/fetch_result/id/ |
Cart | http://13.235.250.119/v2/place_order/fetch_result/ |
Order History | http://13.235.250.119/v2/orders/fetch_result/user_id/ |
This Food-Hub app fetches data from these API links and displays it in each section of the app
This app is made using Adroid Studio SDK which is highly recommended by Google Inc. for developing native apps in android I used few external libraries other than the libraries provided by the SDK, those are:
- ROOM persistance library - For storing app data using SQL Relative database
- Volley - For fetching JSON files for text data
- Picasso - For fetching JSON files for Image data
- Google Android Material - For customize font styles
- Makeramen - To customize images styles