Creating Android apps without Java

前端 未结 7 1951
予麋鹿
予麋鹿 2021-01-04 02:26

I\'d like to start creating Android apps but I don\'t like Java. I read that scala can be used to do it. Are there another option?(Clojure?)

I\'m a Python/Django dev

7条回答
  •  北荒
    北荒 (楼主)
    2021-01-04 02:42

    If you use Python, maybe SL4A (Scripting Layer for Android) is a good choice.

    You could write python script that runs on Android and use Android API, but it also has a drawback that you need install Python/SL4A runtime library on your Android device.

提交回复
热议问题