i am creating mobile native app ( android,iphone,windows phone 7)
how to pass variable/data to another screen.
i am planning to use local storage example
on page1:
localStorage.setItem('key', 'value');
on page2:
var item = localStorage.getItem(;key');
Please let me know is there any other alternative in tiggzi interms of performance etcc.