You need to have:
- Android Studio /SDK
download the zip file and extract it and run the done
. Retrofit - to handle the responses coming from api . Powermockito - to run the test cases
. MVP model
###Application features
- Handled all error cases and printing appropiate messages .
- No hard coded string used in whole application .. all sensitive string is in Constants file for .java class .
- MVP makes the code clear and easy to undestand
- Proper coding guidlines followed , so that code can be undestood easily by anyone .
- Test cases written for main .java class using powermockito
- null check wherever required , so that null crashes can be avaoided .
- You can find the red logo of this application when installed .