I have the one to many relationship between a recipe and ingredients.
(我在食谱和食材之间有一对多的关系。)
I want to select recipe via sqflite and map it with list of Ingredients. (我想通过sqflite选择配方,然后将其与成分列表进行映射。)
Recipe {
final String title;
List<Ingredient> ingredients;
}
ask by Igor Bondarenko translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…