Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can Anybody is there to help me thnx in Advance
Posted

1 solution

You're saying that you have JSON data, so first store it in an Array and then you can use setAdapeter() method of gridview to populate the data within it.

See the examples of JSON and Gridview :
http://www.androidbegin.com/tutorial/android-json-parse-images-and-texts-tutorial/[^]
http://javatyro.blogspot.in/2013/07/android-gridview-example.html[^]
http://www.learn-android-easily.com/2013/09/android-custom-gridview-example.html[^]
http://javatechig.com/android/android-gridview-example-building-image-gallery-in-android[^]

Tip : Go for Custom Listview. It is much easier than Gridview :)

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900