23. January 2014
Phonegap, jQuery, jQueryMobile and AJAX caching
Developing for a fragmented landscape is not easy. Its even difficult, if you choose to use, a library or framework, which says develop once and run everywhere
or something like it makes your application look like native
.
First thing first. With every new release, we have another step addition to test. Contrary to the belief that, the new Operating System is obviously capable of running the old running application, it adds one more fragment to the already fragmented landscape. So if you are a mobile developer, keep this in mind that new OS, is a new test step
. Well, lets add one more device to this equation. Lets just focus on Apple
devices, considering there so called, minimum number of device types
. An iDevice is suppose to run the latest vesion of the iOS. But in the development environment, you might not able to keep up with new device types or OS updates. And only this can break your application. So make sure, you have latest device and latest OS
. Ok, then test your application in this device, chances are your application may run
but chances are it might not
too. So the point is search arround
the internet from the beginning itself, if there are known problems with the exact device and OS
combination.