James Shvarts

Results 21 repositories owned by James Shvarts

AppLifecycleDemo

47
Stars
13
Forks
Watchers

Uses ProcessLifecycleOwner to react to app coming to foreground and going to background

CircularProgressBarDemo

9
Stars
1
Forks
Watchers

Sample Custom View for implementing customizable circular progress bar implemented in Kotlin

CleanArchitecture

9
Stars
1
Forks
Watchers

Project showcasing Clean Architecture with MVP, Dagger, RxJava, Robolectric, Butterknife

ComposeSlotApiDemo

8
Stars
0
Forks
Watchers

Practical example of Slot API in Compose

ConductorMVP

195
Stars
32
Forks
Watchers

Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes

OfflineSampleApp

656
Stars
143
Forks
Watchers

Sample Offline-First MVVM app that uses Android Priority Job Queue, Room, Retrofit2, LiveData, LifecycleObserver, RxJava2, Dagger Android

NotesNavigation

125
Stars
33
Forks
Watchers

Navigation Architecture Component from Jetpack sample app

PagingRoom

139
Stars
19
Forks
Watchers

Demonstrates various ways of using Paging library with Room (LiveData, RxJava, custom datasource)

DaggerAndroidMVVM

244
Stars
65
Forks
Watchers

Demonstrates using Dagger 2.11+ in MVVM app with Android Architecture Components, Clean Architecture, RxJava