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

2009-12-15 Thread agirardello
from English measurement 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,

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

2009-12-07 Thread agirardello
30, 2009 at 11:40 AM, nEx.Software > > >> > > >> > wrote: > > > >> > Hold up... I'm confused. Are you saying thatContactsportion of the > > >> > SDK is deprecated? Whatever happened to "stick to the SDK because > > >> > those

[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: 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 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 lot in advance

[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
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 wrote: > I have the same problem!!! > > Any help? > > On Apr 29, 6:55 pm, khose wrote: > > > Hello! > > > I'

[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 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 Gmaps not beign > in

Re: 回复: [android-developers] Re: Probl em with setTheme() method

2009-04-20 Thread agirardello
I have the very same problem! Any suggestion to solve it?! Andrea On Mar 19, 9:39 am, Marcus wrote: > That's my code: > > protected void onCreate(Bundle savedInstanceState) { >                 super.onCreate(savedInstanceState); > >                 setTheme(android.R.style.Theme_Dialog); >