All Projects → srinurp → Androidroom

srinurp / Androidroom

Licence: gpl-3.0
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Androidroom

Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+327.78%)
Mutual labels:  android-app, mvvm, android-architecture, viewmodel, room, android-development
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (+216.67%)
Mutual labels:  android-app, mvvm, mvvm-architecture, android-architecture, android-application, android-development
Kodein Mvvm
Example app using Kodein for dependency injection with MVVM and Architecture Components
Stars: ✭ 26 (-27.78%)
Mutual labels:  android-app, mvvm, mvvm-architecture, viewmodel, android-application
Nytimes App
🗽 A Simple Demonstration of the New York Times App 📱 using Jsoup web crawler with MVVM Architecture 🔥
Stars: ✭ 246 (+583.33%)
Mutual labels:  android-architecture, viewmodel, android-application, android-development, livedata
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (+505.56%)
Mutual labels:  mvvm, mvvm-architecture, viewmodel, room, livedata
Moviefinderusingmvvm Android
🔥 MVVM + Clean Architecture + Best Practices | 🍿Movie Finder is a sample Android application 📱to search movies using OMDb API which is built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Kodein, Architecture Components, MVVM, Retrofit, Gson, Material Components) 😊😊😉
Stars: ✭ 66 (+83.33%)
Mutual labels:  android-app, mvvm, mvvm-architecture, viewmodel, livedata
Android Mvvm Architecture
A basic sample android application to understand MVVM in a very simple way.
Stars: ✭ 129 (+258.33%)
Mutual labels:  mvvm, mvvm-architecture, android-architecture, viewmodel, livedata
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+1080.56%)
Mutual labels:  mvvm, android-architecture, viewmodel, room, livedata
Popularmovies
🎥 Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.
Stars: ✭ 142 (+294.44%)
Mutual labels:  android-app, mvvm, mvvm-architecture, viewmodel, room
Android-Kotlin-MVVM-Template
[In progress...] Chat APP | MVVM + Clean Architecture | Kotlin, LiveData, Koin, Databinding, Navigation Fragments, Rx, Room, Crashlytics, Circle CI config, commons classes for UI.
Stars: ✭ 314 (+772.22%)
Mutual labels:  room, viewmodel, android-app, mvvm-architecture, livedata
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+1463.89%)
Mutual labels:  android-app, viewmodel, room, android-application, livedata
DeezerClone
This Application using Dagger Hilt, Coroutines, Flow, Jetpack (Room, ViewModel, LiveData),Navigation based on MVVM architecture.
Stars: ✭ 81 (+125%)
Mutual labels:  room, mvvm, viewmodel, livedata
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+827.78%)
Mutual labels:  mvvm-architecture, viewmodel, room, livedata
Android Jetpack Demo
🔥 快速入门Android Jetpack以及相关Kotlin、RxJava、MVVM等主流技术,独立构架App的基础技能
Stars: ✭ 335 (+830.56%)
Mutual labels:  mvvm, viewmodel, room, livedata
FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (-27.78%)
Mutual labels:  room, mvvm, android-architecture, mvvm-architecture
Reactive Mvvm Android
My way to MVVM using KotlinX Coroutines and Android data-binding
Stars: ✭ 626 (+1638.89%)
Mutual labels:  mvvm, viewmodel, room, livedata
Flair
This is powerful android framework
Stars: ✭ 31 (-13.89%)
Mutual labels:  mvvm, mvvm-architecture, android-architecture, android-development
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (+930.56%)
Mutual labels:  android-app, android-architecture, android-application, android-development
Mvvmsmart
基于谷歌最新AAC架构,MVVM设计模式的一套快速开发库,整合ViewModel+Lifecycles+Navigation+DataBinding+LiveData+Okhttp+Retrofit+RxJava+Glide等主流模块,满足日常开发需求。使用该框架可以快速开发高质量、易维护的Android应用。 项目组会持续维护,请放心使用.欢迎Start并Fork交流.
Stars: ✭ 382 (+961.11%)
Mutual labels:  mvvm, viewmodel, room, livedata
MockAppMVVM
A sample app structure using the MVVM architecture using Retrofit, Dagger2, LiveData, RxJava, ViewModel and Room.
Stars: ✭ 14 (-61.11%)
Mutual labels:  room, viewmodel, mvvm-architecture, livedata

AndroidRoom

Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.

Links

You can read deatailed explanation about this project and Room at :

http://www.zoftino.com/android-persistence-library-room

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].