Jump to:
Navigation
A journey to the world of MVP and Loaders ( Part 2)
in Android on MVP Pattern, Loader API
In this part we deal with the Loader API. We start off understanding the Loader API that was introduced in API 11, it's major classes and interfaces and the functions that we will use. We then move to an implementation of Loader API with the MVP pattern we understood in the last part.A journey to the world of MVP and Loaders ( Part 1)
in Android on MVP Pattern, Loader API
This part deals with MVP. It starts with explaining the need of Model-View-Presenter pattern and then moves on to explain the job of each component with an example code. It then goes on to explain an implemenation of MVP pattern in an activity.