[android-beginners] How can I add a transparent scalable marker on Google map?

2010-01-26 Thread ZhouSu
I'm trying to add a marker like the cell ID localization marker (blue dot with a round area) in the pre-installed Google Map application on Android phone. I want it be transparent and scalable when I zoom the map so that the marker can indicate a certain geographical area. I was not able to find

[android-beginners] Re: onDestroy() caused application stopped unexpectedly

2010-01-10 Thread ZhouSu
. -- On Thu, Jan 7, 2010 at 11:27 PM, ZhouSu zsmarga...@gmail.com wrote: Thanks Justin and TreKing! I haven't found the error for onDestroy after looking at the log but I've managed to close the application using JAVA System.exit() instead. It does stop retrieving

[android-beginners] Re: onDestroy() caused application stopped unexpectedly

2010-01-07 Thread ZhouSu
Thanks Justin and TreKing! I haven't found the error for onDestroy after looking at the log but I've managed to close the application using JAVA System.exit() instead. It does stop retrieving GPS signals after I exit the app. On Jan 7, 2:20 am, TreKing treking...@gmail.com wrote: BTW, if

[android-beginners] onDestroy() caused application stopped unexpectedly

2010-01-06 Thread ZhouSu
I'm writing a GPS app and I found that the GPS is still turned on after existing the application using HOME button. Therefore I added a button and did the following: gpsExit.setOnClickListener(new Button.OnClickListener() { public void onClick(View v){

[android-beginners] Re: Unable to see Google Map - but eveything else seems to be working....

2009-12-30 Thread ZhouSu
Hi Treking, I obtained the MD5 fingerprint from debug.keystore and registered a api-key. I believe I have properly set the INTERNET , ACCESS_COARSE_LOCATION permissions, uses-library and followed everything else in the HelloMapView tutorial. But my app doesn't load map tiles either. I have

[android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread ZhouSu
Have you solved this problem. My situation is the same and I can't figure out why. On Dec 9, 7:03 pm, san indlasrik...@gmail.com wrote: have an odd problem.  I'm working on my first Maps application.  I'm using the demo/tutorial code as a baseline to figure this out. I have the app running, I