James Shvarts

Results 21 repositories owned by James Shvarts

MosbyMVI

58
Stars
13
Forks
Watchers

Model-View-Intent (MVI) sample app built in Kotlin with Mosby, RxJava and RxBinding

Coroutines101

35
Stars
6
Forks
Watchers

Intro to Coroutines on Android using MVVM

DaggerAndroidKotlinSampleApp

33
Stars
14
Forks
Watchers

Kotlin implementation of DaggerAndroidSampleApp repo

DaggerAndroidMVP

41
Stars
12
Forks
Watchers

Demonstrates using Dagger 2.10+ in MVP app that follows Clean Architecture, RxJava 2, RxRelay

DaggerAndroidSampleApp

20
Stars
10
Forks
Watchers

Simple app using Activity and Fragment that illustrates using dagger-android module introduced in Dagger 2.10

FlowChannels101

33
Stars
3
Forks
Watchers

Demonstrates how Kotlin Flows can be used on Android and how ViewModel and Repository can be tested

KmpGithubMVVM

53
Stars
5
Forks
Watchers

Kotlin Multiplatform MVVM sample app for Android and iOS

MosbyMVP

27
Stars
6
Forks
Watchers

Exploring Mosby and Mosby plugin for Conductor for building Android apps with MVP

ShoppingList

18
Stars
8
Forks
Watchers

Shopping List app implemented using Firebase Database, LiveData, RxJava 2, Dagger 2.11, Seismic using Clean Architecture and Repository Design pattern

SimpleViewModel

29
Stars
12
Forks
Watchers

Illustrates usage of Lifecycle and ViewModel Architecture components