Programming on (not *for*) an Android device

后端 未结 3 1495
梦谈多话
梦谈多话 2021-02-19 18:46

Are there any interpreters available for the Android platform for any language at all? If so, do they work with both physical and on-screen keyboards?

相关标签:
3条回答
  • 2021-02-19 19:38

    I think you can use android scripting engine and play with python and other languages on the device. An article¹ seems to confirm that (with a screenshot of a huge "Edit" button ;-))

    ¹ http://www.linux-mag.com/id/7370/

    0 讨论(0)
  • 2021-02-19 19:41

    You can use Frink. A "simple" oo language which is mostly used as "calculator" with units or unit conversions. See: http://futureboy.us/frinkdocs/android.html

    0 讨论(0)
  • 2021-02-19 19:54

    RFO BASIC! is availble. It is a very full featured basic and can even compile into stand alone code. Availble for free in Android market

    http://www.laughton.com/basic/

    0 讨论(0)
提交回复
热议问题