- Am getting items from Inventory.But i need to add other extra field such as calorie and allergen.So how can i keep a mapping from the inventory's ID to item calorie and allergen?
- Can you give example or any tutorial regarding this.
You can keep your own mapping from the item's ID to whatever meta data you require. E.g., create your own sqlite DB with columns item_id
, item_calorie
and allergen
. http://developer.android.com/referenc...
No one has followed this question yet.