Reputation: 418
I want to use a single layout for displaying different information. Ihave a list view. When the user selects a item from the list view it should open the layout for that list item. List view contains the name and image of the entity.In the layout it should display all the other information. This single layout has to be used for displaying the information for all the entity of the list view as per the users selection.
Bst way to picturize it is the google play store. we have a list and according to our choice the same layout is used for displaying the information for all applications..
in the list view,layout the data will be fetched from internet.
pls help..
Upvotes: 0
Views: 83
Reputation: 33418
You are basically looking for a master detail flow i guess ... Check THIS LINK which is exactly similar to what you want ... I think the selected answer here applies to you to your question too.
Upvotes: 1
Reputation: 61
You just need to do it throught your java code i dont know what exactly you want to change so i cant provide a code but you may easly find some in this website. From a quick search i found this : Editing data in a List View item and it seems to be what you want.
Upvotes: 0