Appcelerator vs Android SDK

前端 未结 8 1785
误落风尘
误落风尘 2021-01-31 18:21

I have been looking at appcelerator it seems pretty fine! Without a doubt, one of the advantages of appcelerator is its support for multi-platform. I am interested in building a

8条回答
  •  隐瞒了意图╮
    2021-01-31 18:55

    If you only focus on develop apps for Android platform, I recommend you should use native Android (Eclipse + Android SDK as you said) instead Titanium.

    Reason: Titanium is suitable if

    1. You want to develop apps quicly, or

    2. Your apps is simple, or

    3. You see Java is so difficult (maybe :p ), so you choose the easier (Javascript of Titanium).

    And here is the reasons why you should use native Android instead Titanium:

    1. You want to develop a complex app, or

    2. You want to customize app appearance. It's very important. Imaging you make an app for client, and they need their app to be customized for more eye-catching. Choosing Titanium means you must use their control, which lacks of ability to customize. It'd be better if using native Android that you can customize everything you want.

提交回复
热议问题