mobile web & mobile app communication methods

12
Mobile Web & Mobile App Communication Methods Cross domain web access technologies http://arraylist.blogspot.com

Upload: girish-manwani

Post on 01-Nov-2014

636 views

Category:

Technology


2 download

DESCRIPTION

Cross domain web access technologies

TRANSCRIPT

Page 1: Mobile web & mobile app communication methods

Mobile Web & Mobile App Communication MethodsCross domain web access technologies

http://arraylist.blogspot.com

Page 2: Mobile web & mobile app communication methods

JSON allows same domain access for data.Cross domain web access technologies

http://arraylist.blogspot.com

Page 3: Mobile web & mobile app communication methods

JSONP enables cross domain accessCross domain web access technologies

http://arraylist.blogspot.com

Page 4: Mobile web & mobile app communication methods

Jquery and other major mobile scripting libraries support JSON and JSONPCross domain web access technologies

http://arraylist.blogspot.com

Page 5: Mobile web & mobile app communication methods

CORS – Cross Origin resource sharing also allows cross domain scriptingCross domain web access technologies

http://arraylist.blogspot.com

Page 6: Mobile web & mobile app communication methods

Websockets – another evolutionary step for cross domain access.Cross domain web access technologies

http://arraylist.blogspot.com

Page 7: Mobile web & mobile app communication methods

For mobile apps – file:// protocol can access cross browser data using JSONP.Cross domain web access technologies

http://arraylist.blogspot.com

Page 8: Mobile web & mobile app communication methods

JSONP requires server side to return a json object that is wrapped in a function in <script> tag rendered on client side.Cross domain web access technologies

http://arraylist.blogspot.com

Page 9: Mobile web & mobile app communication methods

Present trend to build smart apps is to use an apps builder on the cloudCross domain web access technologies

http://arraylist.blogspot.com

Page 10: Mobile web & mobile app communication methods

Popular cloud based apps builder – http://www.gotiggr.com

open source apps builder – http://mobjectify.com

Cross domain web access technologies

http://arraylist.blogspot.com

Page 11: Mobile web & mobile app communication methods

Lots of JS framework libraries available for mobile web sites and apps – jquery most popular.Cross domain web access technologies

http://arraylist.blogspot.com

Page 12: Mobile web & mobile app communication methods

Thank You !Cross domain web access technologies

http://arraylist.blogspot.com