This is the basicSample using github api
http://api.randomuser.me/?results=10 that api provide 10 random github user.
This Sample consist of MainActivity and DetailActivity
I make the recycler view using this api in MainActivity and also you can click like button in DetailActivity
Like event effect MainActivity using RxEventBus
https://t1.daumcdn.net/cfile/tistory/99C58B405C5BB58713
-
MVP basic sample
https://black-jin0427.tistory.com/149 -
MVP basic sample with room
https://black-jin0427.tistory.com/150 -
MVP basic sample with dagger
https://black-jin0427.tistory.com/151
- This is MVVM with AAC(Android Architecture Component) sample
using ViewModel, LiveData, DataBinding, Koin
https://black-jin0427.tistory.com/138