Hi parth,

its really easy to display a pam on the mobile device.
The only thing you have to do, is to extend the MapActivity from the
SDK.

Int the overridden onCreate(Bundle icicle) method you add a Map View
to the Activity like this:

                // create the mapView
                map = new MapView(this);
                setContentView(map);

Running this simple Activity will show a Map on your screen.
Now you can control the map with a MapController or create Overlays
with your data.

greets
oegono


On 19 Jun., 20:45, parth <[EMAIL PROTECTED]> wrote:
> Hello friends,
> My problem is that i want display map on my mobile application so that
> please reply to me yuor ides
> ok thaks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to