Skip to content

KartikeySharma/FoodRunner

Repository files navigation

FoodRunner-App

Android App for ordering food online build using Kotlin and XML

The app is built in Kotlin and uses Volley library to send GET and POST requests through REST api calls. The app also uses the Room library to send data to the SQLite local database.

Main features learned while developing the app

  1. Recycler Views
  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