[android-developers] Re: onLocationChanged not working as expected

2009-07-06 Thread ade
see this thread: http://groups.google.com/group/android-developers/browse_thread/thread/a51973768ed1458b# it's far from ideal but it works. On Jul 6, 10:19 pm, cyaconi cyac...@gmail.com wrote: Hi all! I'm developing an application wich has a location push service that start at boot. The main

[android-developers] java.lang.ClassCastException when casting from ParcelableArray

2009-07-03 Thread ade
Hello Android Developers, Why do I get java.lang.ClassCastException when I tried to cast back an array of custom object that implements Parcelable? Here is the custom class: public class Placemark implements Parcelable { public Double latitude; public Double longitude;

[android-developers] Re: How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-15 Thread ade
Hello, where can I find those 3 files? If it's possible, can you send me those files over email? I am currently stuck with an HTC Magic with no Google Maps on it and would like to install it myself. Thanks. On Jun 2, 7:54 am, Subba raochoud...@gmail.com wrote: I extracted