Skip to content

IshmeetSingh06/FoodRunner-App

Repository files navigation

FoodRunner-App

Android App For Ordering Food Online Built Using Kotlin And XML

The App Is Built In Kotlin and uses VOLLEY library to send GET and POST requests using REST api calls.

This App Also uses ROOM library to send data to the local SQLite Local Database.

Main Features Learn While Developing The App

  1. Recycler View
  2. Fragments
  3. Room Library
  4. Volley
  5. Adapters

How To Contribute

  • Click the fork button to get the repo to your account.
  • Copy the git clone link from your account.
  • Open android studio, and select File->New->import from version control(github).
  • Paste the git clone link you copied in step 2.
  • Wait for all the files to get synced.
  • Create a new branch from master
    • In the bottom right you'll find git-master(click)
    • Select new branch
    • Name it as work_YourName.
  • Add new features/bug fixes.
  • Commit only those files which you have changed (Don't commit .idea or .gradle files).
  • Push the files to your fork.
  • Create a Pull Request and comment briefly of the improvements/changes you made.
  • I will check it out and merge it if it looks good.

Some screenshots of the app