I use my datafield on a F3. With startign a activity, the view is intanziated and the initialization-method is called. The view does it's init-procedure (setting global variables).
After ending the activity, going back to clock, startign new activity, this procedure works like before (initialization-Method is called and th eview does its init-procedure).
On the edge the datafield and the app seems to keep active after ending a activity.
A user explained that he saved the activity and started a new activity. In this situation, the initialization-Method of the view is not called. The start-Method of the app is also not called.
The activity starts new but the datafiel keeps its old data (like you would continue a activity) because the init procedure defined in the view's initializiation-method is noch processed..
Is the behavior on the edge different to clock-like devices?
What would be a good event to clear the data on start of a new activity?