Becoming an Android Developer

Becoming an Android Developer

If you are interested in creating your first Android application, I have listed some resources below to get you started:

Programming Languages

Android apps are primarily written in a programming language called Java. Before diving into your first app, you should become familiar with the language. Below are some excellent resources for learning Java:

Other programming languages that will be useful to know are XML, JSON, SQL, and Bash.

Tools

To start developing your first Android app, you will need to install the Java JDK and select an IDE ( Android StudioEclipseIntelliJ IDEA, etc.). You can find more instructions on setting up your development environment on developer.android.com. Other useful Android developer tools include:

Getting Started

Once you have a grasp on Java and have successfully setup your development environment you are ready to create your first app. The Android developer team has put together some great resources on helping you start. Start small and work your way up to larger projects. If you get stuck, use stackoverflow.com and github.com for help and code examples. I strongly suggest that new developers go through the “Getting Started” section on developer.android.com. This will take you through developing your first “Hello World” application and help you become familiar with Android APIs.

Resources

Tips

Android development can feel overwhelming at first. Don’t give up! If you are truly passionate about your idea then make it become a reality. Get involved with the Android community. You can find instant help on #android-dev (IRC via irc.freenode.net) and from other popular developers found on both Twitter and Google+.


Sources: reddit