Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/android-room-example

Android Room Implementation
https://github.com/yoesuv/android-room-example

espresso-tests kotlin-android mvvm-android room-android

Last synced: 5 days ago
JSON representation

Android Room Implementation

Awesome Lists containing this project

README

        

## Android Room Example ##
![Build Status](https://github.com/yoesuv/android-room-example/actions/workflows/github-actions.yml/badge.svg)

Basic CRUD App [Download APK](https://e.pcloud.link/publink/show?code=XZDD6xZJsOF2VQjfFpiI3GfB398h7VCECNX)
to run UI Test, execute `./gradlew connectedForTestDebugAndroidTest`

### Screenshot ###
| ![](https://i.imgur.com/muj97TJ.png) | ![](https://i.imgur.com/wlkrJgq.png) | ![](https://i.imgur.com/N95oBo6.png) | ![](https://i.imgur.com/ny1fb2H.png) |
| :--: | :--: | :--: | :--: |

**List Libraries used In This Project**
- [Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle)
- [Room](https://developer.android.com/jetpack/androidx/releases/room)