I'm actually changing the stock Contacts app, to add more data to each
contact list item.  I was worried about having two asynchronous events, (get
data from Contacts db, and get data from my new db).  But perhaps it is
better to do that.  Any tips on best practices for dealing with multiple
asynchronous events (realizing its not really an Android question)
appreciated.



On Thu, Aug 6, 2009 at 11:30 PM, Kaj Bjurman <[email protected]> wrote:

>
> I wouldn't do it even if you could. Sounds like a fragile design that
> will break during upgrades and if other applications tries to do the
> same.
>
> Create a database of your own, and have some kind of id that
> references the entry in the contacts db.
>
>
>
> On 7 Aug, 05:44, cafffiene <[email protected]> wrote:
> > Can I add a column of data to the Contacts db, such as birthday,
> > favorite color, whatever.  Or does the platform/ framework make this
> > difficult?  If possible, would I do it through the contacts content
> > provider?  thanks.
> >
>

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

Reply via email to