如何从Web服务将数据存储在sqlite(数据库)中
问题描述:
我正在开发一个应用程序,该应用程序需要将来自webservice(url)的数据存储在sqlite(数据库)中.我已经看过很多教程,但是由于我没有数据库方面的经验,所以大多数教程都非常复杂.我的Web服务包含有关正在组织的事件的数据,单击按钮后,我要将这些数据添加到数据库中并再次显示在列表视图中.因此,请帮助我,任何帮助将不胜枚举.
谢谢!!
I am developing an application where I need to store data from webservice(url)in sqlite (database). I have gone through many tutorials but most of them are very complicated as I have no prior experience in databases. My webservice contains data about events being organised, on the click of the button I want to add those data to my database and again show in listview. So please help me, any help will be greatly aapriciated.
Thanks!!