OZ10 / Stropping

0 stars 0 forks source link

Ingredients Adapter #25

Closed OZ10 closed 8 years ago

OZ10 commented 8 years ago

Modify the existing ingredients adapter to work with the shopping list, ingredients & edit recipe views. The adapter should hold a list of Quantity items (see current ShoppingList adapter).

Might be that I need to change the extended type from ArrayAdapter to BaseAdapter. See below example:

http://stacktips.com/tutorials/android/android-listview-tutorial

OZ10 commented 8 years ago

Shopping list, ingredients & edit recipe views now use one list adapter.