Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 346 Bytes

RestaurantApp

Android App for ordering food online

The app is built in kotlin and uses volley to send get and post request from the internshala serve through rest api calls. The app also uses the room library to send data to the SQLite database.

Main features considered while developing 1.Recycler Views 2.Fragments 3.Room Library 4.Volley