i am using the following project
https://github.com/akotoe/android-slide-out-menu.git to develop slide out menu application.
How to run different activities in the same view by clicking the list in slide-menu.
for example if i click on item 1 i would like to parse one XML file in a separate activity and add that activity as a child to this parent view.because on each item click i would like to parse a separate XML file and also i would like to represent that parsed data in a separate layout file.so i need an activity to do that and i want that activity to be added as a child to this parent view.
how can i do this can any one help me in doing this.
if i start a new Intent (startactivity) it is navigating to me a different page. where i can't see this parent page.