Question

I have the Activity ONE with a header and some content on the top of the activity, and some content on the bottom of the activity.

I want to embed a MapActivity TWO on the Middle part of the Activity ONE.

It is possible? How to do it?

I'm checking ActivityGrup documentation and some questions like this: android: using ActivityGroup to embed activities but i can't find the way to achieve my needs.

Thanks

Was it helpful?

Solution 2

It is simply impossible to achieve it, i must move all the content from Activity A to activity B (map)

OTHER TIPS

Sounds like you want to use Fragments. They're available via compatability package to support API level 4 and up. There's lots of good tutorials on Fragments if you google it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top