开发者

How to convert iphone application to Android using Titanium?

开发者 https://www.devze.com 2023-03-20 18:39 出处:网络
I have implemented iphone 开发者_JS百科application using Titanium..But I want to convert in to android application.

I have implemented iphone 开发者_JS百科application using Titanium..But I want to convert in to android application.

Is it possible doing small chnges?


There are changes, but not major changes. Here is what i would do in my case?

  • Understand How iPhone works and Android works. Compare them in terms of working model and OS Architecture. This will purely give you more idea on how to make an real Android App... else you would end up cloning your iPhone feel to Android again.

  • List out all the components i have used in iPhone and check out the similar component available for me to replace. { For instance, TableView has a delete option for iPhone and not for Android }

  • I would remove the back button implemented in iPhone and check how i can move between windows with the Android BackKey.

  • Styles and Animation i have used in iPhone will not be the same for Android. I think they don't have full supported ones too.

For example: style:Titanium.UI.iPhone.ActivityIndicatorStyle.BIG,


maybe you experience some performance differences depending on your implementation since the javascript engine is not the same. if so, you maybe need to restructure your app to ensure a performance enhancement.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号