nithin
nithin

Reputation: 2457

Sencha touch + phonegap in android

I need to develop an app in Sencha touch and phonegap in android.I got decent performance in iphone.
Does it produce good performance in Android?

Upvotes: 2

Views: 1856

Answers (3)

Shoppyonline
Shoppyonline

Reputation: 165

Well I just started using Sencha and Phonegap, it looks good especially if you need a quick solution.

Using the Eclipse IDE - http://developer.android.com/sdk/eclipse-adt.html

Phonegap Plugin (helps quickly package Sencha and Phonegap libraries) - http://wiki.phonegap.com/w/page/34483744/PhoneGap%20Eclipse%20PlugIn%20for%20Android

Upvotes: 1

ilija139
ilija139

Reputation: 2974

Use sencha touch 2 for android. They have improved the performance significantly and also resolved most of the issues on android. To use phonegap you need android 2.2 so most of the devices that have this OS have good performance so you should be ok.

Upvotes: 2

Ben Clayton
Ben Clayton

Reputation: 82257

It'll depend on the device.

In my experience web apps don't perform any where near as well on Android as they do on iPhone. Specifically, many Android devices don't support hardware acceleration on the web which can make transitions between pages jerky, and scrolling panes rather slow. An app which looks and performs great on iPhone can look a little 'retro' on some Android devices. I'm sure there are newer, faster Android devices I haven't tried which are much better though!

Make sure you can get hold of some real devices to test on.

Upvotes: 2

Related Questions