Build a Food Order Application with Realtime Update Feature.
It is a Food Ordering app with Internet permissions enabled to access JSON data from Firebase.. For every Food custom ListView holds the info: Food Name
, Food Image
. All the data of this ListView is updated from the Firebase.
Application consists of two App client side App and server side App.
Client Side App:This allow public to order food
Server Side App:Focuses on Resturdant Owner using this they can change their Food Image and Prices
- Realtime Update in App
- Remote API
- Splash screen
- Customised buttons
- Custom ListView
- CardView
- ImageView
- Minimal Design
- Simplified Theme
- Responsive BackPress
- Well Constrained Layout
-> Android Studio
-> With Java Support
For Java code files visit the link
Backend files are stored in three packages:
Frontend resource files are stored in res
package
Android manifest file for the project: