Development tool for android
plau45
Posts: 109
I need a development tool that can be downloaded on a LG G3 phone. If you guys know of anything like this can you please tell me? Thanks.
Comments
http://appinventor.mit.edu/explore/
AIDE is an integrated development environment (IDE) for developing real Android apps directly on your Android device. It comes with interactive coding lessons and step-by-step tutorials for app development and Java programming skills. You can visually design apps, write code with the editor which can do code completion, real-time error checking, refactoring, smart code navigation and more.
AIDE supports Java/Xml and the Android SDK, apps with C/C++ and the Android NDK as well as pure Java console applications. AIDE is fully compatible Dropbox and allows easy download of your code from your Dropbox and sync back your changes. AIDE can also open Android Studio projects which follow the default folder structure. AIDE also supports Git for professional development.
https://play.google.com/store/apps/details?id=com.aide.ui
@Bob: Thanks for the tip on AIDE -- will check it out. AI2 is easy, but so "easy" it gets in the way of productivity.
John Abshier
re:@Bob: Thanks for the tip on AIDE -- will check it out. AI2 is easy, but so "easy" it gets in the way of productivity.
Sure thing. I hear good things about it but only used it a few times on my Tablet when I was waiting for an appointment. It seemed to work well.
https://play.google.com/store/apps/details?id=net.momodalo.app.vimtouch&hl=en
I haven't tried it, but VisiScript looks pretty cool
https://play.google.com/store/apps/details?id=de.mneuroth.visiscript&hl=en
If you just want to write a bit of code, you just need a text editor. Any google search will show you lots. You won't be able to compile or get auto-complete features, but you can at least scribble some code down when the professor/teacher is putting you to sleep.
The hardest part I think will be synchronizing your files between the phone and laptop... if you have DropBox or some other file sync cloud service, that might work for you.