Since App Inventor has just started, I can only apply by looking at the case studies.
If there is a case study, it would be better if you share it.
Thank you
You data model for product features would be a two column table (list of lists) with product name in column 1 and a single feature in column 2. Each product's feature list would be spread out on multiple rows.
Ürün Özellikerini ListView'e alabildim fakat Labele'e getirmesini beceremedim.
Ekran görüntüsü ve dosya linkini paylaşıyorum dosya üzerinden yardımcı olursanız sevinirim.
şimdiden teşekkürler.Product_List.aia (2.9 KB)
Here is a sample app that uses a two column table with column 1 a product and column 2 its ingredients.
The structure is the same as a product/features table ...
drink_recipes.aia (6.5 KB) DrinkRecipes.csv (373 Bytes)
My app logic is reversed, asking for an ingredient and returning the drinks that include that ingredient.
It could be reversed back to listing the ingredients of a particular drink by switching the column numbers.
Notice how I kept all the recipes in a .csv file, which is all I would need to change if i wanted to change recipes.