I am developing an android application.I have a listview in which i have 5 items.On each item click dere are 5 different views.On i the first item click i have made a registeration form.I want that when i click on second item that registeration form should be displayed ie data on the first item should be displayed.Is it possible,??.If yes can anyone guide me…how to implement this ..
below is my listview java class code
http://pastebin.com/tXDGdfb2
below is my provider activity java class code
http://pastebin.com/JdewveUp
Regards
Tushar Sahni
What you can do is check whether first one was clicked or not
If first item is clicked then on the click of second application, Create a view
which has both the fist and second Item view as sub views.
I hope that should work
Thanks
Himanshu