Respected All,
I am newly working on android technology. I have use map view which is declared in another layout.I have to display in some part of may screen. can I use same map view or i have to create new mapview programmatically. In short i have to display map in some part of my screen. How can i do it..
Thank You
(Vikram Kadam)
Respected All, I am newly working on android technology. I have use map view
Share
You need to use the tag
<include>. From the google documentation :You can find a full explanation in the documentation.