[android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-22 Thread mikedroid
i guess the first one is the one i implemented, right now im having problems editing them in htc sense ui's mapping problems with index... On Sep 17, 4:59 pm, Jens dunkingbikk...@gmail.com wrote: There's an old issue filed for this bug: http://code.google.com/p/android/issues/detail?id=5988

Re: [android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-22 Thread Dmitri Plotnikov
I don't think the user experience is that bad with the standard solution, which is to display an Edit this contact item on the contact view screen. That item has an intent that launches your own custom editor activity, which is not that difficult to build. Yes, it is not completely consistent

[android-developers] Re: Adding Contacts in Custom account 2.2

2010-09-17 Thread Jens
There's an old issue filed for this bug: http://code.google.com/p/android/issues/detail?id=5988 You can either supply your own contact editor and supply activities for editing and adding contacts to your account or wait for a fix from Google. The first option results in a very shabby user