Android-MVP-Sample-Application
Android-MVP-Sample-Application copied to clipboard
Orientation handling
If I perform a network operation and I rotate the screen, it restarts the operation. Any cure to this?
Check this project for screen-orientation handling.
I meant for MVP not MVVM
Hi! I meant handling orientation in an MVP architecture.
Yes we can use loaders for performing network operation in background and if we rotate the device then it will not reload or redo the network operation. i can do this using AsyncTaskLoader