Page 1 of 1

Development Kit

Posted: Fri Nov 22, 2013 1:08 pm
by Dauex
Development Kit

What tools, programs, etc. do you use to develop G-Stromper?

Most likely they cost more than I can currently afford but I have always had the tools to write 'simple' programs [applets in Java] for my own use and feel locked out in this tablet world.

Re: Development Kit

Posted: Fri Nov 22, 2013 8:30 pm
by planet-h
Actually the development tools are completely free.
I use eclipse j2ee edition together with java 7 and the android sdk. That's everything you need to develop on android, if you don't need the native c stuff.

http://www.eclipse.org/downloads/
http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://developer.android.com/sdk/index.html

The commercial tools I use are Adobe Photoshop for the graphics and Steinberg Wavelab for all audio editing.

Re: Development Kit

Posted: Fri Nov 22, 2013 8:58 pm
by Dauex
Free is good. Thanks for the reply.