The purpose of this example is to build android application using MVP pattern with AsyncTaskLoader.
I have created simple POC for Login Module, which vallidates your credentials with php server using AsyncTaskLoader.
This POC is designed to help developers who want to build client server applications with low coupling and high cohesion.
#Login Server Copy Login.php and paste inside WAMP - www folder and Run it. Take your ip address of your machine using ipconfig cmd. Update the same IP in BasePresenter to connect your mobile app with server to do Login Vallidation. make sure your username is 'sunil'.