Starting with Android: Java or Python (SL4A)

后端 未结 5 2067
借酒劲吻你
借酒劲吻你 2021-02-01 09:38

I just ordered an Android smartphone and want to start playing around with creating my own applications. Now the question is which language to use, the native Java or Python usi

5条回答
  •  我在风中等你
    2021-02-01 09:48

    More likely will depend what type of applications you will develop.

    I would start with Java to become familiar with Android SDK. Anyway first you need to look into some examples, tutorials. Most of them are done in Java, and only a few, probably on the dev site of SL4A for that.

    Also there is native development Android NDK, that can be programmed with C++.

    But anyway Java rules for general applications.

提交回复
热议问题