I have an activity where the game is running , for the add on purposes of the game like score,level logo etc.. i need to embed this activity in another activity or any other approach to achieve this ?
The following image clears my view of need,
I have an activity where the game is running , for the add on purposes of the game like score,level logo etc.. i need to embed this activity in another activity or any other approach to achieve this ?
The following image clears my view of need,
I know this is an old question, but I came across it and I thought I would give an answer for anyone else who happens to come across this in the future.
A good way to organize different pieces of one screen in your app is to use fragments instead of activities. Here are some links that will describe this in more detail for you:
Android - I need some clarifications of fragments vs activities and views