android - Is it possible to send a view from one Activity to another -
I mean that I have a list view and I want to send a special line of list view and it can be used by any other activity I want to show only one item of the same item_ list view.
I will suggest:
You can only bundle You can pass the details of
intent in your
list view item and send your other activity in which you create the same layout, the line items in your list view and < code> bundle and show details
Comments
Post a Comment