e learning-for-all-devices

Download E learning-for-all-devices

If you can't read please download the document

Upload: ashish-agrawal

Post on 29-Jun-2015

197 views

Category:

Education


0 download

DESCRIPTION

How to make elearning accessible to all devices

TRANSCRIPT

  • 1. e-LearningMaking it accessible to all devices

2. World of devices 3. Different e-learning products Customized Course Content. Online tests. Kids interactive learning games. 4. Problem at hand Client wants there content to run seamlessly onall devices Major devices desktop browser, ipad, iphone,windows, BB, Android phones and tablets. Content should be accessible in online andoffline mode. 5. Different kinds of device apps Native apps Web app Hybrid app Cross platform apps 6. What does it take to make an nativeapp Android (Java) IPhone (Object C) 7. Data types Static Dynamic Device capability based 8. Existing Assest UI and behavior already present using webtechnology. (HTML5, CSS and JS) 9. Possible Solutions Make native apps specific to each platform.Complexity : Too much effort and diffcult toprovide same experience on all devices. Noreusability of code. Cross platform native app with UI driven by webtechnology. 10. How to make hybrid app PhoneGapPhoneGap is a free and open sourceframework that allows you to create mobileapps using standardized web APIs for theplatforms you care about.(http://phonegap.com/) 11. How PhoneGap works 12. But .. You need to know a bit of native platform 13. Test your app for :* Performance* Responsiveness* Usability* Error handling* Memory 14. Useful Linkshttp://www.youtube.com/watch?v=lVjCMXQGS_whttps://developer.apple.comhttps://developer.google.comhttp://www.youtube.com/watch?v=G-36noTCaiA 15. Thanks..