android - Appcelerator Titanium performance -
last used appcelerators platform in 2010, saw poor performance generating simple table. has had opportunity try out in last few month? how overall speed of apps developed platform?
we're developing both ios , android using titanium.
ios
ios apps fast. won't notice titanium used unless need provide concurrency. if want add rows table view pull-to-refresh or while scrolling slow because can't manage when use ui-thread , when not. handled titanium. nevertheless our application uses features , - , our (business) customers - happy that.
android
android slower. depends on device , you're going implement. instance again table view many different (in structure) rows can slow while table view thousands of similar rows loaded fast , can scrolled fast (see class attribute table view rows, it's caching). on newer devices (originally shipped android 4.x) performance native development (except special cases on ios). older devices slower. slow on android filling table view using data httprequest. have not figured out yet why slow - depending on device , network - loading 10 messages , fill table view needs 5 seconds best network conditions. real performance issue noticed till today.
for both: depends on use case wanna implement. see possible should install kitchensink apps (available @ itunes , play store both systems) , try. you'll see performance. careful - of course these demo apps optimized convince of using titanium. they're open source have , see how have done this.
Comments
Post a Comment