This is a migrated thread and some comments may be shown as answers.

App state

1 Answer 37 Views
Apache Cordova
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 30 Jan 2013, 08:27 AM
Hi,

When I navigate away from my icenium app, it loses the state and I have to logon again.
I remember that this works fine a few weeks ago.

How does Icenium deals with this? (platfrom is Android)

-Martin

1 Answer, 1 is accepted

Sort by
0
Evgeni "Zammy" Petrov
Telerik team
answered on 30 Jan 2013, 10:18 AM
Hi Martin,

Cordova (the underlying framework that Icenium uses currently) does nothing special to preserve the application state. It works the same way as any Android application. If state is not preserved it means that the device you are using removes the application from its operating memory.

If you need to preserve anything you can use this event to record any information you need into local storage and then on this event to load it back into memory.

I hope this helps.

All the best,
Evgeni "Zammy" Petrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
Apache Cordova
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Evgeni "Zammy" Petrov
Telerik team
Share this question
or