[android-developers] Rotate MapView

2008-12-07 Thread David C
A few threads have discussed using canvas.rotate() as a means to rotate a MapView. However, onDraw() is declared final for MapView and so can't be over-ridden. Is there an alternative way to manipulate the MapView canvas than from onDraw()? Thanks, David

[android-developers] Re: Weird Map Problem (Controlling same map)

2008-12-07 Thread David C
Sounds like your maps share some common underlying resource. Not sure if that would be a defect or by design. Perhaps you can manually call onSaveInstanceState() and onRestoreInstanceState() to save / restore the respective maps state as needed?

[android-developers] Re: Rotate MapView

2008-12-08 Thread David C
() or something similar, but nothing like that exists. sigh On Dec 7, 11:23 am, David C [EMAIL PROTECTED] wrote: A few threads have discussed using canvas.rotate() as a means to rotate a MapView. However, onDraw() is declared final for MapView and so can't be over-ridden. Is there an alternative way

[android-developers] Re: Rotate MapView

2008-12-16 Thread David C
I just received this response: Override a ViewGroup and apply the rotation in dispatchDraw(). Thanks Romain! On Dec 8, 12:43 pm, David C da...@scotinus.com wrote: Bump  can anyone provide insight here? Did the MapView onDraw() API change to final at some point? If the recommended

[android-developers] G1 Review by PC World

2008-10-15 Thread David C
Apologies if this is considered off topic, but it seems relevant. PC World review the G1 here: http://www.pcworld.com/businesscenter/article/152339/the_g1_is_no_iphone_but_android_has_promise.html My summary of the review is this: - Hardware doesn't match up to the I-phone but the software is

[android-developers] Disappearing Zoom Controls

2008-10-20 Thread David C
I have added ZoomControls to a MapView using addView(). When my activity loads the controls appear briefly but then disappear, never to be seen again. There only seems to be one discussion on this group but it didn't explicitly address this issue. Can anyone explain why this happens, and how it

[android-developers] Re: Disappearing Zoom Controls

2008-10-20 Thread David C
again! David On Oct 20, 5:48 pm, Mark Murphy [EMAIL PROTECTED] wrote: David C wrote: I have added ZoomControls to a MapView using addView(). When my activity loads the controls appear briefly but then disappear, never to be seen again. There only seems to be one discussion on this group

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-19 Thread David C
Crazy, I received the same message has you : All of the phones have been shipped already. Please be patient; if your phone has not arrived yet, it is probably in transit and will arrive shortly. I am sorry, but we cannot provide individual tracking numbers for each phone. Thanks, Neel

[android-developers] Update application from the Android Market

2009-05-05 Thread David C
Hi, After different testing, I found an issue with the update method when installing an application update. I developped DilbertDroid, and a lot of people are saying that there is missing some functionnality but the latest version published on the market have this functionnalities. I suppose

[android-developers] Re: Update application from the Android Market

2009-05-06 Thread David C
: You are wrong, when installing an update all processes of the current version are killed.  You can test this yourself by doing adb install -r path-to-apk On Tue, May 5, 2009 at 3:30 AM, David C dcampi...@gmail.com wrote: Hi, After different testing, I found an issue with the update

[android-developers] C2DM registration ID refresh

2011-01-24 Thread David C
In the C2DM documentation (Android Cloud to Device Messaging Framework - Google Projects for Android), it mentions that: Note that Google may periodically refresh the registration ID, so you should design your application with the understanding that the REGISTRATION Intent may be called multiple

[android-developers] Re: Proguard problem after 2.3 update

2010-12-23 Thread David C. Sousa
Same problem, same message. If I knew I would have all this trouble, I wouldn't have updated the android SDK. Even the docs are somewhat outdated, wrong file names now (no big deal here, but it all adds up). On 22 dez, 11:30, licorna lico...@gmail.com wrote: I've tried different setting with no

[android-developers] Escalate extension dialing (Issue 7514)

2011-05-30 Thread David C. Wilson
How can we get a developer to look at being able to dial an extension like 800-555-1212x3452? It looks like a simple provlem to fix. http://code.google.com/p/android/issues/detail?id=7514 android.telephony.PhoneNumberUtils maybe: isStartsPostDial -- You received this message because you are