How to Create Android Apps in 5 Simple Steps!

Drawing Brush Application for Android So, you’ve heard that Android Development skills would help broaden your job prospects, and are wondering where to begin. Here is a step-wise guide to help you create Android apps (basic Drawing Brush Application) using Eclipse IDE. Watch the following video to get a preview of the Drawing Brush application created in the tutorial: 1. Understand what you want to create! This application is similar to Paint tool in windows, excluding the more advanced features. Here’s how it works: Draw anything on the screen just by touching. Clear your screen by pressing the “Clear Screen” button. Seems simple enough, right! Let’s begin. 2) Get the Android development tools! What do I need to create Android apps? 1) Basic knowledge of Java 2) Eclipse IDE (Thanks to Eclipse IDE, creating Android apps is not quite the drag it coul...