PHPBenelux/titanium-conference-app

[multiplatform] Feature: offline support

Closed this issue · 1 comments

At the moment all data is requested upon opening a view. This needs to be modified to make use of models and collections which synchronise with the service and deliver the data to the view from the local SQL database.

This has been implemented (could be improved though)