This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
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?
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.