[android-developers] Re: How to capture and save the image of Google Map(MapView)...

2009-08-28 Thread idoun
Sorry. My solution is useless. I misunderstood the processes of DDMS and maps library. You don't have to inherit MapView class and override some methods of that class. Transfering image file from an emulator or a phone to my dev computer using DDMS takes long time, about one more minute. So, I

[android-developers] Re: How to capture and save the image of Google Map(MapView)...

2009-08-24 Thread idoun
I solved this problem. The main issue of this problem is that the MapView class extends View class has 0 value of width and height. (I think every View classes have this issue...) To set the right size what I want, I extended the MapView to MyMapView and overrided protected onSizeChanged method