[android-developers] Re: Accessing contact's phone numbers

2009-12-15 Thread agirardello
units to metric system or going from a manual transmission car to automatic.  This type of change is supposed to be a rare event, painful for everyone, but ultimately the platform to a whole new level. Cheers, - Dmitri On Mon, Dec 7, 2009 at 8:12 AM, agirardello andrea.girarde...@gmail.com

[android-developers] Re: Accessing contact's phone numbers

2009-12-07 Thread agirardello
in the projection. j On Fri, Oct 30, 2009 at 8:05 AM, agirardello andrea.girarde...@gmail.com wrote: Dear all, I'm trying to adapt my application (Personalytics) for the brand new Android 2.0, however I'm facing an issue while accessingcontacts

[android-developers] Re: Can't query contacts in Android 2.0 emulator?

2009-10-30 Thread agirardello
Try to use: android.provider.ContactsContract.Contacts.CONTENT_URI On Oct 28, 7:10 am, Yao cicikaka2...@gmail.com wrote: Hi guys, I can't get contacts via content provider in Android 2.0 emulator. The test code is pasted. When I click Account in the menu, it shows Force close. Thanks a

[android-developers] [Android 2.0] Accessing contact's phone numbers

2009-10-30 Thread agirardello
Dear all, I'm trying to adapt my application (Personalytics) for the brand new Android 2.0, however I'm facing an issue while accessing contacts' phone numbers... What I need to do is to retrieve the name associated to a stored contact based on his/her phone number. At present I'm doing this in

[android-developers] Re: Hmm... at last ADC2 is out of our way ... tell about your app and experience

2009-09-12 Thread agirardello
A bit late, but here some details about my app... ;-) Application: Personalytics Category: Productivity Desc: Personalytics is a tool for Android that allows the collection of personal events (i.e. calls and SMS) and their related positions with a non-invasive approach. Once synchronized (free

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread agirardello
I have the same problem!!! Any help? On Apr 29, 6:55 pm, khose marcos.hdez@gmail.com wrote: Hello! I'm migrating my app from 1.1 to 1.5. It works right but i get a problem thowing a new intent which used to open a Geo URI in google Maps. I think that it must be related with the fact of

[android-developers] Re: Maps Intent in CupCake

2009-04-30 Thread agirardello
Create a new AVD with: android create avd -n my_androidMAPS -t 3 and then use it while running your app! ;) On Apr 30, 1:14 pm, agirardello andrea.girarde...@gmail.com wrote: I have the same problem!!! Any help? On Apr 29, 6:55 pm, khose marcos.hdez@gmail.com wrote: Hello