[android-developers] Update all the contacts belonging to one group

2009-09-28 Thread cyril.at...@gmail.com
Dear all, I have an application that updates all the contacts belonging to a group, I currently do the following : - Get the group id - Get all the contacts id inside this group - For each of them I am doing an update on the contact = This is really heavy and seems to take time in real phones

[android-developers] Re: can i use external fonts ?

2009-09-24 Thread cyril.at...@gmail.com
I don't remember exactly since I do not have my laptop with me but you have to copy the font file inside res/raw/ You can then load the file with something like getResource(path) If you still have an issu just wrote it and I will copy-paste my code tonight at home. C. On 24 sep, 11:19,

[android-developers] MyLocationOverlay blocks my Activity

2009-05-05 Thread cyril.at...@gmail.com
Dear all, I am facing a strange issu : as soon as I try to instanciate a new MyLocationOverlay, my application is blocked. here is my code snippet mapViewFromXML = (MyMapView) this.findViewById(R.id.my_map); Log.d(MAP, BEFORE CREATING MY LOCATION OVERLAY); mylocation