czyrux / MvpLoaderSample

Sample project to showcase how to use Android Loaders with MVP to preserve Presenter across orientation changes
140 stars 24 forks source link

Update to Support Library 24.x.x #6

Closed czyrux closed 8 years ago

czyrux commented 8 years ago

Update to support Library 24.x.x to fix issue with Loader result deliver twice after rotation Issue: stackoverflow

This update also fix: #3

czyrux commented 8 years ago

Fixed