Hi,
I want to get all db records and map to application local storage, so user can see it in offline mode as well.
please give me any source or tutorial.
my db columns are
Title, description, date, is-active.
i want to store all data from db to my app local storage.
Thanks.