mitmel / SimpleContentProvider

A simple ContentProvider for Android
http://mobile.mit.edu/
Other
79 stars 32 forks source link

create one2many helper #7

Closed xxv closed 12 years ago

xxv commented 12 years ago

m2m is great, but one2many is often what one needs. Parts of the current m2m tried to be o2m, so that needs to be fixed.

The harder part about o2m (considering the current framework) is that it requires the ability to change the table creation for the target object. This may require creating a special column type.

xxv commented 12 years ago

This is being done following the same pattern that Django uses.

xxv commented 12 years ago

Support for this has been added as of b61d1a2d39afa76f781bf57c0cf90a0d9df3eb67.