Issue
In my Application, I want to show a 'Map' like below in the picture, so is there any special method to add this Because we can't add one Activity into another Activity so I am searching for a special method or technique, no doubt many application are using this but I am not familiar with that method, I searched but could not find any appropriate answer.
Solution
An Activity
can never host an Activity
. You can only add a MapFragment
.
Answered By - Martin Zeitler
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.