All Projects → PhilippeBoisney → Githubarchitecturecomponents

PhilippeBoisney / Githubarchitecturecomponents

The implementation of Android "Architecture Components" sample explained by Google : https://developer.android.com/topic/libraries/architecture/guide.html

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Githubarchitecturecomponents

Superhero-App
🦸🏻‍♂️🦹🏻‍♀️Superhero app built with Kotlin, ViewModel, LiveData, ViewBinding, Room, and Hilt
Stars: ✭ 27 (-91.06%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata, architecture-components
Retrokotlin
Simple Android app to show how unit testing with MockWebServer and Architecture Components (ViewModel + LiveData)
Stars: ✭ 55 (-81.79%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
Android-Mvi-Starter
Android MVI Starter application
Stars: ✭ 19 (-93.71%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata, architecture-components
Base Mvvm
App built to showcase basic Android View components like ViewPager, RecyclerView(homogeneous and heterogeneous items), NavigationDrawer, Animated Vector Drawables, Collapsing Toolbar Layout etc. housed in a MVVM architecture
Stars: ✭ 18 (-94.04%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
Mvvmframe
🏰 MVVMFrame for Android 是一个基于Google官方推出的Architecture Components dependencies(现在叫JetPack){ Lifecycle,LiveData,ViewModel,Room } 构建的快速开发框架。有了MVVMFrame的加持,从此构建一个MVVM模式的项目变得快捷简单。
Stars: ✭ 218 (-27.81%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
News Sample App
A sample news app which demonstrates clean architecture and best practices for developing android app
Stars: ✭ 334 (+10.6%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
Githubprojectbrowser
This is a sample Android Project that is based on Clean Architecture
Stars: ✭ 64 (-78.81%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+35.76%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2, livedata
DaggerExoPlayer
This repository demonstrates ExoPlayer injection with Dagger2
Stars: ✭ 58 (-80.79%)
Mutual labels:  dagger2, viewmodel, retrofit2, architecture-components
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-95.7%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata
movies
An example approach for modularization, reactive clean architecture and persistancy.
Stars: ✭ 110 (-63.58%)
Mutual labels:  dagger2, retrofit2, livedata, architecture-components
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-94.7%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+40.73%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata
Changedetection
Automatically track websites changes on Android in background.
Stars: ✭ 563 (+86.42%)
Mutual labels:  dagger2, viewmodel, architecture-components, livedata
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+156.29%)
Mutual labels:  dagger2, viewmodel, architecture-components, retrofit2
Movieapp Clean Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
Stars: ✭ 123 (-59.27%)
Mutual labels:  dagger2, viewmodel, architecture-components, livedata
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (-42.05%)
Mutual labels:  dagger2, architecture-components, retrofit2, livedata
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-86.75%)
Mutual labels:  dagger2, viewmodel, livedata, architecture-components
Price Tracker
Price Tracking Application - An experimental Kotlin Android project with complex android app requirements.
Stars: ✭ 80 (-73.51%)
Mutual labels:  dagger2, architecture-components, retrofit2, livedata
Pursuit-Core-Android
Pursuit Core Android
Stars: ✭ 45 (-85.1%)
Mutual labels:  dagger2, viewmodel, retrofit2, livedata

GithubArchitectureComponents

This application is my implementation of the Architecture Components use-case : https://developer.android.com/topic/libraries/architecture/guide.html

You can find the related article on my Medium : https://medium.com/@Phil_Boisney/the-missing-google-sample-of-android-architecture-components-guide-c7d6e7306b8f

PRESENTATION

This simple app is composed of a single screen. When this screen appears, we will fetch (Retrofit) the Github information of Jake Wharton and persist those immediately in the application storage (Room).

Next, when the screen is re-launched (or recreated due to rotation), we will get those same information, first in Room database and only if necessary, refresh those from the Github Api.

PREVIEW

Architecture Components

This application implements the following concepts :

  • ViewModel
  • LiveData
  • Room

Libraries

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].