[android-developers] GPS NET Position

2010-11-03 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-loc... : 1_Application Start

[android-developers] GPS NET Position

2010-11-03 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-loc... : 1_Application Start

[android-developers] Re: Estimation go across to GeoPoint !

2010-10-30 Thread MarcoCanali
Thanks a Lot ! On 21 Ott, 17:01, TreKing treking...@gmail.com wrote: On Thu, Oct 21, 2010 at 8:45 AM, MarcoCanali marco.can...@gmail.com wrote: Someone have a smart tip for get estimated time travel between two GeoPoint from Google Service ?? http://code.google.com/apis/maps/documentation

[android-developers] GPS and Network Position!

2010-10-30 Thread MarcoCanali
Ok .. i Understand the Main location Function of Android but i want implementing a complete function for Device Positioning estimate with the event showed in Figure 1 of Android Dev Documentation : http://developer.android.com/guide/topics/location/obtaining-user-location.html : 1_Application

[android-developers] Re: Problem With Thread !

2010-10-26 Thread MarcoCanali
. AlarmManager will wake up the phone (as needed) and fire off a PendingIntent, which you can receive with a BroadcastReceiver. -- Kostya 23.10.2010 13:48, MarcoCanali : Before i use the Runnable interface and call in run method the Thread.sleep() for put the service in wait

[android-developers] Re: Problem With Thread !

2010-10-23 Thread MarcoCanali
not a separate thread (though the OP probably thinks it is), the sleep call holds up the UI.  Not a nice thing to do. On Oct 22, 2:59 pm, TreKing treking...@gmail.com wrote: On Fri, Oct 22, 2010 at 8:02 AM, MarcoCanali marco.can...@gmail.com wrote: The Service Work ... On Fri, Oct 22, 2010

[android-developers] Re: Problem With Thread !

2010-10-23 Thread MarcoCanali
not a separate thread (though the OP probably thinks it is), the sleep call holds up the UI.  Not a nice thing to do. On Oct 22, 2:59 pm, TreKing treking...@gmail.com wrote: On Fri, Oct 22, 2010 at 8:02 AM, MarcoCanali marco.can...@gmail.com wrote: The Service Work ... On Fri, Oct 22

[android-developers] Re: Problem With Thread !

2010-10-23 Thread MarcoCanali
Yes Right ... How can resolve the problem, and run the run() method without intact the UI thread !! Thanks a Lot On 22 Ott, 23:09, Kostya Vasilyev kmans...@gmail.com wrote: Right, instead of starting a thread he posts its body as a runnable to the UI thread, and sleep causes an ANR. Since he

[android-developers] Re: Service start in Turn on Device

2010-10-22 Thread MarcoCanali
/ The broadcast action android.intent.action.BOOT_COMPLETED that is sent out once the platform boot is complete. On Oct 12, 2:53 pm, MarcoCanali marco.can...@gmail.com wrote: How start my service when turn on my device in automatic mode ?? -- You received this message because you

[android-developers] Problem With Thread !

2010-10-22 Thread MarcoCanali
I use thic Code in a Class Of type Service : class A extends Service { @Override public IBinder onBind(Intent intent) { // TODO Auto-generated method stub Log.v(AppointmentFinderService, OnBind the Binder ); return mBinder; }

[android-developers] Estimation go across to GeoPoint !

2010-10-21 Thread MarcoCanali
Someone have a smart tip for get estimated time travel between two GeoPoint from Google Service ?? Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: how to change location provider provider...

2010-10-21 Thread MarcoCanali
When you declare ... mLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, minTime, minDistance , mGPSLocationListner); go to method @Override public void onStatusChanged(String provider, int status, Bundle extras) {

[android-developers] Service start in Turn on Device

2010-10-12 Thread MarcoCanali
How start my service when turn on my device in automatic mode ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] is there somewhere the code of application Maps on Android 4 API ??

2009-10-04 Thread MarcoCanali
is there somewhere the code of application Maps on Android 4 API ?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Android 1.6 Maps Application

2009-10-01 Thread MarcoCanali
is there somewhere the code of application Maps on Android 4 API ?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Search in Maps !

2009-09-25 Thread MarcoCanali
I want insert a search function in my android project like search function in Android Maps application. Anyone has a solution ?? Thanks Marco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Re: DDMS won't load (or doesn't parse?) KML file

2009-08-27 Thread MarcoCanali
I've the same problem click the Button load kML Select my File. KML and do nothing !! I use android-sdk-windows-1.5_r3 ! On 30 Giu, 02:24, nderraugh nderra...@gmail.com wrote: I've tried various permutations of KML files and now I've tried yours.  Still no luck.  And no error messages

[android-developers] problem with HelloMapView

2009-03-18 Thread MarcoCanali
I think , have correct Md5 Fingerprint for Map Service but i not see the map in the google exemple HelloMapView AnyOne help me about the main problem about it ??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups