A sample app using the new Android's Room Persistence Library
Report Bug
·
Pull Request
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.
- Android Studio
- Kotlin
To get the app running follow these steps.
- Android Studio (https://developer.android.com/studio)
- Android SDK version 30 (at least)
Alternatively you can use IntelliJ Idea with Android support.
- Clone the repo
git clone https://github.com/Mantra-Coding/coffeebean.git
- Open the repo with Android Studio
- Choose
app
from the configuration menu and the device you want to run the app on, then press run.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.