benlau / qsyncable

A solution of nested Json List Model
Apache License 2.0
118 stars 40 forks source link

Implement board persistence for example application "faketrello" #3

Closed NielsMayer closed 7 years ago

NielsMayer commented 7 years ago

As discussed in https://github.com/benlau/qsyncable/issues/2 here is an implementation of persistence for the example "faketrello" application.

As-is, there is currently a "bug" on Android, in that the application won't persist if the application is backgrounded via task manager and then closed. It will correctly close and persist on Android using the back button.

benlau commented 7 years ago

hi @NielsMayer ,

wow, it looks good. Thx