Kind of like inserting into a View (at the database level below the ContentProvider, this is literally inserting into a View: Sqlite Views are read-only!)
Vikram wrote: > At the application level, my data is of the form > * Event > * Contact List > * Contact > * Name > * Email > * Contact > * Name > * Email > > The number of contacts is not predefined. Any thoughts on how to push > this into a ContentProvider in one go? I basically dont want my > application to worry about the hierarchy and bulk insert or something, > I want to hand this responsibility over to the ContentProvider. -- 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

