[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 exa

[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 n

[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 other

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

2010-08-24 Thread Jef
You can declare IDs in your res/values/resources.xml file, like this: Then, refer to the id in your layout simply with @id/common_control_01 If you have a bunch of common IDs, this might be a good approach. Regards, Jef On Aug 24, 3:02 pm, Mark Murphy wrote: > On Tue, Aug 24, 2

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

2010-08-05 Thread Jef
ve to check my logcat to see what happens if a rotate happens while one of these dialogs is displayed, I haven't tested that yet. Regards, Jef On Aug 5, 4:45 am, livinberlin wrote: > > If you only need to pass one number parameter, you could include it in > > the ID. > > >

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

2010-08-04 Thread Jef
necessary). HTH, Jef On Aug 4, 1:49 pm, Kostya Vasilyev 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 пишет: > > > >

[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 wrote: > Hi, > > I start a browser and from the browser,I start

[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 wrote: > 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 fi

[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 i'm

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

2009-12-03 Thread jef
neric view (your height of 64 will also be an issue on a high > density display.) > > > > > > On Wed, Dec 2, 2009 at 8:44 AM, jef wrote: > > I'm using anExpandableListViewin one of my activity in a > > RelativeLayout > > > > > ht

[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 http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="fill_parent" > ... and I'm using a custom expandableListAdaptaer which group vie

[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 w