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 with
the built-in editor, which we will fix in the built-app at some point in the
future.  I am certain that the "Edit this contact" option is much better
than waiting for a long time for the new design to make it in the platform
and then wait again for it to trickle to devices in the field.

On Wed, Sep 22, 2010 at 7:52 PM, mikedroid  wrote:

> 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  wrote:
> > 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 andaddingcontactsto your account or wait for a fix from
> > Google. The first option results in a very shabby user experience and
> > the second option is not going to happen anytime soon.
> >
> > On 13 Sep, 12:06, mikedroid  wrote:
> >
> >
> >
> > > I created acustomaccount that will create my owncontactsbut using
> > > the ContactsContract that is new in the sdk, when i already provided
> > > values and seems like called every method and constant to be used, the
> > > only thing that shows in the EditContactActivity and ofcourse having
> > > my own account for it to be added. The problem is it only shows First
> > > Name and Last Name fields... no numbers and emails?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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  wrote:
> 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 andaddingcontactsto your account or wait for a fix from
> Google. The first option results in a very shabby user experience and
> the second option is not going to happen anytime soon.
>
> On 13 Sep, 12:06, mikedroid  wrote:
>
>
>
> > I created acustomaccount that will create my owncontactsbut using
> > the ContactsContract that is new in the sdk, when i already provided
> > values and seems like called every method and constant to be used, the
> > only thing that shows in the EditContactActivity and ofcourse having
> > my own account for it to be added. The problem is it only shows First
> > Name and Last Name fields... no numbers and emails?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 experience and
the second option is not going to happen anytime soon.

On 13 Sep, 12:06, mikedroid  wrote:
> I created a custom account that will create my own contacts but using
> the ContactsContract that is new in the sdk, when i already provided
> values and seems like called every method and constant to be used, the
> only thing that shows in the EditContactActivity and ofcourse having
> my own account for it to be added. The problem is it only shows First
> Name and Last Name fields... no numbers and emails?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en