Tizen Wearable – Best way to pass data between pages
Tizen Wearable – Best way to pass data between pages
BY 27 Oct 2014Web Application Development
Greetings.
Let’s say I have an application that consists of several pages, which are switched by anchor tags (<a href=”page.html”>).
Which would be the best way to pass data back and forth between the pages? For example, a button should open a list of things to choose from and that list should return back the index of the chosen item.
I’ve tried using GET-parameters, and they sort of work, you can parse them manually from ‘location.search’ global variable, but it seems messy, especially when returning values back.
Tizen Wearable – Best way to pass data between pages
Greetings.
Let’s say I have an application that consists of several pages, which are switched by anchor tags (<a href=”page.html”>).
Which would be the best way to pass data back and forth between the pages? For example, a button should open a list of things to choose from and that list should return back the index of the chosen item.
I’ve tried using GET-parameters, and they sort of work, you can parse them manually from ‘location.search’ global variable, but it seems messy, especially when returning values back.
Could there be a better solution to this?
Thanks in advance.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio