I want to create an image list view using JSON . JSON link-https://yts.re/api/v2/list_upcoming.json. and I would very much appreciate your help.
Asked
Active
Viewed 52 times
-1
-
2explain more to help you out, and also tell what you have tried so far – W I Z A R D Feb 03 '15 at 05:51
-
2its like please write me code. you could show some efforts so we help you more. – Kosh Feb 03 '15 at 05:52
-
1its very easy.atleast try before asking straight away – Anirudh Sharma Feb 03 '15 at 06:04
1 Answers
0
Here's a link for JSON parsing in Android.
For creating the image list view, google will return everything you need like:
- custom listview with image and text
- other custom listview with image and text
- Using lists in Android (ListView) - Tutorial
Hope it will help you.