[android-developers] Re: New Activity from MapActivity

2009-10-01 Thread jotobjects
I think you want to be able to zoom. Call setBuiltInZoomControls. MapView mapView = (MapView) findViewById(R.id.myMapViewId); mapView.setBuiltInZoomControls(true); On Sep 30, 2:35 pm, ssun shadowatthe...@gmail.com wrote: Hijotobjects, Thanks for your reply, I just realize

[android-developers] Re: New Activity from MapActivity

2009-09-30 Thread jotobjects
The add-ons MapsDemo has two examples of creating a MapActivity, one with a layout file and one with a MapView constructor. BTW - I have asked other question about the ad-on Android Maps API without getting responses. Is there any other forum for this topic? Or are other developers simply not

[android-developers] Re: New Activity from MapActivity

2009-09-30 Thread ssun
Hi jotobjects, Thanks for your reply, I just realize there is an example from MapsDemo. After several time I tried, at last I got what I what. It was same with other activity. Intent i = new Intent(this, Details.class); startActivity(i); But I still looking how can I use that after user double