我正在开发一个Android应用程序,其中我必须呈现用户列表视图,其动态变化如下
2.当用户创建并再次打开应用时,必须显示 1.Potary 1重新订购 2.创造新的
请提出宝贵意见
此致 ChinniKrishna Kothapalli
答案 0 :(得分:1)
首先看看如何生成列表视图。然后您可以看到如何使用SQLite数据库,以便您可以从数据库中插入和检索。一旦您能够执行这些操作,您就可以继续执行任务。步骤是
Retrieve value from the databse
Populate the UI which has a list populated from the retrieval values and a button with text
create and an EditText.
In onClick method of button retrieve the text from EditText and save it to the Database and
refresh the list(adding the newly created one to the list).