i am developing one simple application for android mobile here i am using two grid view i want to display one grid view in page load and other one is on click of first grid view row clcik how to do that
please help or give me code sample or link to refer
thanks in advance
I think the easiest way to do this would be to create your layout with both views on and set the second one to invisible. Then in your activity you can set an onClick listener to the first GridView with something like: