Skip to content

Food Ordering App named 'Food Hub' made using xml for front-end and kotlin for back-end part

Notifications You must be signed in to change notification settings

dharshan-kumar-ks/Food_Hub_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Food-Hub App

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

Pictures of App:

app pic app pic app pic app pic


Link for JSON files:

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


Libraries used:

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:

  1. ROOM persistance library - For storing app data using SQL Relative database
  2. Volley - For fetching JSON files for text data
  3. Picasso - For fetching JSON files for Image data
  4. Google Android Material - For customize font styles
  5. Makeramen - To customize images styles

About

Food Ordering App named 'Food Hub' made using xml for front-end and kotlin for back-end part

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published