My Question is
Is there any free library which converts response from server to sqlite database.User should have data online/offline.
if connection was there response will be from server update db
if connection was not there response will be directly from db.
How to proceed with converting resposne to sqlite database.
Any links or sample code helps me alot
Thanks in Advance