1

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,

https://i.stack.imgur.com/DaKy3.png

ash reto
  • 11
  • 4

1 Answers1

0

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 documentation:

Fragments

Fragments vs. Activities on Stack Overflow

Android - I need some clarifications of fragments vs activities and views

Dilemma: when to use Fragments vs Activities

Dubl
  • 124
  • 2
  • 6