Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Tablet IDE for Python and Java

Are there any ARM-based programming environments (IDE) for Android tablets which are not emulated? (preferably Python or Java)

Tablets are becoming a more popular utensil in schools and a stable environment will be useful in a Computer Science program.

like image 576
Christopher Markieta Avatar asked Jan 21 '12 03:01

Christopher Markieta


3 Answers

Not specifically ARM, but here is an IDE for Android tablets that can compile Java/Android apps: Terminal IDE.

like image 109
kabuko Avatar answered Oct 31 '22 10:10

kabuko


As of now there are only a few good tools available. One is AIDE. It has a great editor with code completion, on-the-fly error checking and supports the full edit-compile-run cycle for Android Apps.

It works fine on my devices (Transformer Prime and Samsung Galaxy S2).

like image 21
HHK Avatar answered Oct 31 '22 10:10

HHK


Try to use DroidDevelop. This is written special for tablets.

https://market.android.com/details?id=com.assoft.DroidDevelop

http://en.assoft.ru/droiddevelop

like image 20
AlexAndR Avatar answered Oct 31 '22 11:10

AlexAndR