Learn JSON parsing through magnet SDK.
Magnet is a nice and fast way of parsing the ReST API's it does all the hard work for you. It follows the interface abstraction method and generates the plain old java objects to bind with the API response all we need to do would taking care of User interface.
Step 1 : Visit to the following link and download the plugin.
Link : https://docs.magnet.com/rest2mobile/s...
Step 2: Install the plugin to your android studio or intelliJ Idea.
Step 3: Create project and add the gradle dependency to your app gradle.
Step 4: Add the API that you need to parse in the R2M menu next to file menu and click on the generate button.
Step 5: Thats it your good go with your UI customization in this example i have built the custom listview from the scratch you can try the same.
NOTE : Magnet SDK(Plugin) have about 40 inbuilt api to get benefit for.
Resources :
Link for magnet :
https://docs.magnet.com/rest2mobile/s...
Link for API with API key :
http://api.rottentomatoes.com/api/pub...
Link for finding gradle dependencies :
http://gradleplease.appspot.com/
Link to follow me in github:
https://github.com/ashokslsk