I want to show two different activites of a single application into a single layout..
e.g. I have divided my screen into two parts…Now on first part..It is a listview and on the second view , it is a content…
Now whenever user click on listview item then on the same layout, on the content section, we call different activity and show the content from that activity..
suppose there are 4 list in a listview and whever user click on the list item then it call another acvity and that activity content is to be shown on the content section of the same layout.
Thanks..
You can do this with
Fragmentsbut you cannot have twoActivity‘s shown at the same time or contained within a single layout.