- Corporate
- services
- Consulting & IT
- capabilities
- Web
- mobile
- Portfolio
- Cloud
- Big Data
- IT Training
Powerful and Effective Solutions cooperation lasting for years
Web-Portfolio Corporate Profile
Looks like HTML5 is the next buzz technology that every software consultancy company is desperately trying add their competence list. For some reason, it's something that is predicted and announced to be in the next generation mobile devices.
Designing HTML5 Mobile ApplicationWhen starting to create a Mobile Application, you need one or more views and a way to navigate between views. You can of course do this like web pages do i.e. using links between pages, but this approach looks just like a website. Other option is to do it like Mobile Application do, using views, navigation bars, tabs, split views, fragments and so forth. If you decide to go with the latter case, you need a 3rd party framework to do the trick.
Platform ServicesIt's quite a rare case (v think) that mobile application doesn't need anything from a platform. But if it needs, then it need to have access to the services provided by the platform. For this, the access point is JavaScript API for HTML5 app. For example you can use PhoneGap for this. PhoneGap's goal is to provide unified JavaScript API for platform services between different platforms such as iOS or Android.
Making a Real HTML5 ApplicationSo the biggest thing, why HTML5 is the next big thing is the promise of a cross platform. This is sort of true, if living in a fantasy world, but in the end it doesn't apply to the real world. You can create cross platform HTML5 application, if you keep using plain HTML5 and not using any of the 3rd party frameworks. Wait no, it's not a case after all. Depending on which web engine runs your application, it might lack some of the HTML5 features or you need to make sure to check all the browsers specific features by yourself. This is especially true when using CSSs where it's not so rare case that you need to set browser specific styling attributes for each browser separately.
If you are using PhoneGap, your application depends on the PhoneGap API. This naturally means that you can't port your application to the desktop or other platforms not supported by PhoneGap without modifications. I admit, that PhoneGap supports different mobile platforms quite well. Also depending on PhoneGap APIs that you use, it might or might not work on another platform.
If you are trying to access a file outside of your application's sandbox, you might encounter a problem. For security reasons HTML5 application can't access outside of the application root directory. In iOS you are able to access Documents outside your application bundle, if using native APIs/Objective C, but AFAIK, this is not possible using HTML5. File access might became a problem depending on the application.
World would be a better place, if JavaScript wouldn't exists. V personally like programming languages that are typed languages and you can use them in object oriented way. And before you say, that you can use JS in a OO way, V know that, but it's far from the true OO languages. Yet, another annoying feature of Web Development is that errors are sometimes really hard to catch. My humble opinion is that java script belongs to the toy category and can not be considered as a good programming language. It's interesting to see, how Google's Dart will change Web Development in few years. Call +1 321-221-1453