janishar / android-mvvm-architecture

This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
https://janisharali.com
Apache License 2.0
2.96k stars 934 forks source link

onCleared doesn't call for ItemViewModel of RecyclerView #38

Open usmanrana07 opened 6 years ago

usmanrana07 commented 6 years ago

onCleared method of ItemViewModels doesn't trigger so, i'm unable to remove some resources i.e. Handler and Runnable.