Adobe Flex 4 provides us a feature for handling the data while view transitions “destructionPolicy”. This feature is functional in case we are poping a view off the stack, that is, the current view is removed and the view just below it gets activated. When we navigate from 1st view to 2nd view using pushView(SecondView),…
Category: Mobile Application Development
HTML5 Mobile Apps: CORS issue
Most of Enterprise Mobile Applications need to display large enterprise data generally stored on SAP Systems. For HTML5 Apps, data is accessed by making an AJAX call to the Website and which goes through only if the domain on which the AJAX call is made and the domain to which AJAX call is made, are…