Creating Android apps without Java

前端 未结 7 1987
予麋鹿
予麋鹿 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:59

    for clojure development a useful tutorial: http://riddell.us/ClojureAndAndroidWithEmacsOnUbuntu.html

    Clojure gets a LOT of benefit from android-2.2's JIT compiler and has not really been widely adopted on previous versions.

提交回复
热议问题