Android kotlin: i have retrieved data successfully from url and i want to store those data to room database category wise

前端 未结 0 638
刺人心
刺人心 2021-02-12 03:25

i want to store name,price,image And productid, category id

model class

@Entity(tableName = "productlisttable")
data class ProductList_Data(
@Pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题