Mobile Web App, Jquery Mobile or Icenium or Bootstrap?

615 Views Asked by At

I have implemented a handy expense app with Jquery mobile, and it works well on Android, BB, Iphone. Jquery mobile is easy to use, open source, low learning curve..

I have also worked with bootstrap and it is wonderful. The only little issue is performance on some mobile platforms.

Recently, I have seen Icenium from Telerik, but I don't have any idea about it.

Does anyone know which one of these three solution does make sense for a mobile web application? Pros and Cons?

Thanks,

2

There are 2 best solutions below

2
Rob Lauer On

Icenium (now called Telerik AppBuilder) is set of cloud-based build services supported by three different IDEs (in-browser client, windows client, and Visual Studio extension). So you can use jQuery Mobile with Telerik AppBuilder, just like you can use any mobile JavaScript framework.

2
Carlos Garcia On

I've been working with Telerik AppBuilder for the past few weeks, and so far I've found it quite user friendly and powerful.

PROS: There are a lot of sample apps in the Telerik site to check for examples and source code, so you'll surely find something that can help you build prototype applications fast. If you're a Visual Studio user, you can greatly benefit from the VS Extension that lets you build apps using the VS IDE.

CONS: AppBuilder uses some native styles for different devices, so if you want to have a consistent design throughout many platforms you'll have to mess with some CSS to override the default styles. The greatest caveat is that if your app needs to show a lot of information in one view (like an endless scrolling view) the app may crash for lack of system memory, although there are workarounds to this. Also, if you need the Visual Studio Extension the monthly cost goes up considerably.

Since it has a 30-day free trial (which is also good for the VS Extension), I think you have nothing to lose by downloading it and see if it suits your needs.