[android-developers] Re: how to achieve the accuracy of google navigation

2012-08-06 Thread Jef De Busser
I can see how extrapolating would yield good results if you have a small delay between reported position real position, e.g. the 1s update rate of most GPS receivers. What I can't see however, is how you could make that work with larger delays, especially for large accelerations. Say for

[android-developers] Contact API problem with save datas Options

2010-12-02 Thread jef
I'm facing a basic problem but i didn't find any tutorial in order to help me... I'm writing an application with sort of backup contact options. I want that my applications works for android phones since 1.5 to 2.2 So i write a two implementation of ContactApi, one for 1.5, 1.6 and an other for

[android-developers] Contact API problem with save datas

2010-12-01 Thread jef
Hello I'm facing a basic problem but i didn't find any tutorial in order to help me... I'm writing an application with sort of backup contact options. I want that my applications works for android phones since 1.5 to 2.2 So i write a two implementation of ContactApi, one for 1.5, 1.6 and an

[android-developers] Re: Some confusion on resource IDs

2010-08-24 Thread Jef
approach. Regards, Jef On Aug 24, 3:02 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Aug 24, 2010 at 5:06 PM, Doug Gordon gordo...@gmail.com wrote: I'm just getting into developing my app, which will have quite a number of activities and thus quite a few XML files to lay out

[android-developers] Re: Displaying parameterized text in AlertDialog

2010-08-04 Thread Jef
). HTH, Jef On Aug 4, 1:49 pm, Kostya Vasilyev kmans...@gmail.com wrote: Andreas, public AlertDialog.Builder setMessage (CharSequence message) Since API level 1. Does this not work for you? -- Kostya 04.08.2010 18:17, livinberlin пишет: Hi everyone, I have a problem with AlertDialogs

[android-developers] Re: Activities and Multiple Views

2010-08-03 Thread Jef
You can override the onKey... methods in your Activity and any keystrokes not handled by the views in your activity will fall through to the Activity. Does this help? Regards, Jef On Aug 3, 3:31 am, Revathi K J Ramanan revathiramana...@gmail.com wrote: Hi, I start a browser and from

[android-developers] Re: Question about contact management (register and lookUpKey)

2010-05-18 Thread jef
()) // .build()); } } And now I have a lookupKey valuated :) ! On 10 mai, 14:08, jef jean.francois.garr...@gmail.com wrote: Hello I'm a newbie with manipulation of Contact API I would create an application that saved a references to chosen contacts

[android-developers] Question about contact management (register and lookUpKey)

2010-05-10 Thread jef
Hello I'm a newbie with manipulation of Contact API I would create an application that saved a references to chosen contacts and create nex contacts. So I first think of contact id but i have read that it was a bad idea and the lookupkey was here for that ! So I try to play with lookupKey and

[android-developers] Re: ExpandableListView indicator over my text

2009-12-03 Thread jef
of 64 will also be an issue on a high density display.) On Wed, Dec 2, 2009 at 8:44 AM, jef jean.francois.garr...@gmail.com wrote: I'm using anExpandableListViewin one of my activity in a RelativeLayout ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http

[android-developers] ExpandableListView indicator over my text

2009-12-02 Thread jef
I'm using an ExpandableListView in one of my activity in a RelativeLayout ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent ... Button

[android-developers] Re: about close Location Manager service

2009-12-01 Thread jef
I have the same problem or I don't understand how to stop listening location change. I have a G1 and mLocationManager01.removeUpdates (mLocationListener01); work well but in emulator in version 1.6 and 2.0 the gps doesn't stop... And someone report me the same issue concerning my application