robospice
robospice copied to clipboard
Need Some documentation regarding Database Part.
Hi I am new to android and as well new to robospice. I am just started using robospice and I implemented few network calls using robospice and its working. Now what I want to do i want to store it into my local device database. I check ormlite module. But I am not able get data base part properly from it. I don't know it storing my data into my data base permanently or not because it says that it caching pojo object in sqlite db. So need some help regarding those database part and also want to know whether supports data base calls like update delete tables or it jus handle caching in database and we have to implement database handle separately ...
Hi nilkashid, this issue is postponed to a next release as we want 1.4.1 out quickly now.
The ORM lite module of RoboSpice is not yet as mature as other solutions of persistence. It would require some additional work no to be in beta anymore.
But you are right, RoboSpice only uses Database as a cache. You are on your own if you want to manipulate the database out of RoboSpice and ORM Lite.