android-architecture
android-architecture copied to clipboard
MVI architecture Implementation of the ToDo app.
I added Leak Canary to the project and after rotate the screen a couple of times the TasksFragment gets leaked. I think it is because the intents are observed in...
When I put some same fragments in the viewpager, the onZeroItemsLoaded called multiple times, and the xxxtActionProcessorHolder is cause memory leak because it is referenced by boundaryCallback object. Is there...
**Issue:** this might be an issue if an async event comes back and triggers a render between the `onDestroyView` and `onDestroy`because the fragment view is already destroyed with the `onDestroyView`...