Creating app questions

stanwelks

Member
Joined
Oct 31, 2009
Messages
197
Reaction score
0
1. What programming language is used to make Android apps?

2. Is there a GUI type application that will enable you to make Android apps without having programming knowledge, similar to what Dreamweaver enables you to do with creating web pages?

Thanks!
 

CoolBreeze

Member
Joined
Nov 22, 2009
Messages
97
Reaction score
0
1. Java is the programming language used.
2. I'm not aware of any full GUI code generation apps for Android. There is a GUI designer called DroidDraw that you can use for creating UIs and it will generate the XML layout file. Eclipse is pretty much the standard IDE in use; however, you still need to know Java. In addition to Eclipse as far as IDEs go, there are plugins available for IntelliJ and NetBeans. Motorola also provides a complete Development Environment based on Eclipse called MotoDev Studio.

DroidDraw : Graphical User Interface Editor for Android Cell Phone Development and Programming
MOTODEV > Documentation & Tools > MOTODEV Studio
 
Top