Skip to content

A sample app using Android's Room Persistence Library

License

Notifications You must be signed in to change notification settings

Mantra-Coding/coffeebean

Repository files navigation


Logo

CoffeeBean

A sample app using the new Android's Room Persistence Library

Report Bug · Pull Request
GitHub issues GitHub pull requests GitHub version

Table of Contents

About The Project

In 2018 it was introduced on Android a new API to handle data persistence, called Room Persistence Library. It has an abstraction layer over SQLite (also used to work with local storage) Find out more on Android Developers.
CoffeeBean is a sample app that handles bar orders and uses the Room Peristence Library to keep track of orders placed and user authentication fully written in Kotlin.

Built With

  • Android Studio
  • Kotlin

Getting Started

To get the app running follow these steps.

Prerequisites

Alternatively you can use IntelliJ Idea with Android support.

Running

  1. Clone the repo
git clone https://github.com/Mantra-Coding/coffeebean.git
  1. Open the repo with Android Studio
  2. Choose app from the configuration menu and the device you want to run the app on, then press run. Run example

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.