Tabris Local Storage -


i use different functions favorites , appointments 1 user. need login data in app. possible use local storage in tabris framework?

tabris has client service called clientstore (rwt.getclient().getservice( clientstore.class) ) save information on device. anyway, it's not recommended save data on device. recommended way store token clientstore identify user when opens app next time. token can store data e.g. in data base on server. clientstore can compared cookies web browser. never save data in cookie.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -