You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a food delivery application that shows different types of food items from different restaurants. This app downloads the data from the server and parsed it by JSON parsing and shows it to the user through Recycler View.
An advanced Android Food Delivery App built using the MVVM architecture, Kotlin, Clean Code principles, Retrofit for API calls, and includes Unit Testing. The app is designed for both food pickup and delivery, featuring a QR code scanner and various other functionalities.
The app is built in kotlin and uses volley to send get and post request from the internshala server through rest api calls. The app also uses the room library to send data to the SQLite database.