[android-developers] How to access contact and account database

2010-09-20 Thread adhavan jeyachandran
hi, how can i access the contact and account manager with the help of sqlite3 code? can u please explain me about contact application? -- ADHAVAN.J -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

[android-developers] what is the default value of account name and type in contact?

2010-09-20 Thread adhavan jeyachandran
hi all, what is the default value for the account name and account type in contacts. when i tried the code Account[] accounts = AccountManager.*get*(*this*).getAccounts(); *for* (Account account : accounts) { String possibleEmail = account.name; Toast.*makeText*(getApplicationContext(), possi

[android-developers] Adding a contact

2010-09-16 Thread adhavan jeyachandran
hi all, i am beginner in android development.i am trying to add, delete and update contact information using my own application. when i try to add a contact, it is not getting added. please help me. My code is: ArrayList ops = new ArrayList(); int rawContactInser