i am new developer in android application.i would like to display Google map in my application.here i would like to display android widgets on map view.can i display android widgets like Buttons,Edit text boxes,Text views et.,
i have design code for get the map in xml as follows
<com.google.android.maps.MapView
android:id="@+id/mapId"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:enabled="true"
android:clickable="true"
android:apiKey="XYX_API_CODE_HERE_XYX"
/>
please any body can help me
Thanks in adavnce
There are beautifull demos shipped with the android SDK:
Edit:
I missread your question in the first place. What you want to do could best be done with a
FrameLayout. I.E.: