Getting started with Android development

I was a window designer from the very beginning, now the current trends dictate that I focus on new technologies and platforms.

My question is how to get started with Android development, and this can be done on a Windows PC with windows 7, if so, which tools do I need.

+8
java android
source share
6 answers

Customizing your tools:

  • Install Eclipse [NOTE: You can choose any IDE, but it is most widely used for Android development. IntelliJ is another IDE you could try. ]
  • Install the ADT (Android Development Tools) plugin for eclipse (assuming you decide to go with eclipse)
  • Update your Android tools with the Android SDK Manager
  • (optional) get an Android device to test your applications, since it is impractical to rely on the emulator completely.

Beginning of work:

  1. Since you are a Windows developer, you should be fluent in C #, so catching up with Java (in case you haven't already done so) should not be a big problem.
  2. Android developer website bookmark and never hesitate to check the documentation when in doubt
  3. Check out the code examples on the official website.
  4. You can follow the steps above when they go through the whole process.

Useful resources:

  1. Vogella Tutorials
  2. Thenewboston video tutorials [ Note: This is one of the best Android video series I've even found, so feel free to download all 200 videos. They are really very helpful! ]
  3. Mybringback video tutorials

  4. Responses to /qaru.site / ...

Good luck Let the Droid be with you!;)

+17
source share

Watch the development of Lynda.com Android apps with Java learning, and you will learn all this ... You need Eclipse, Android SDK and ADT plugin .. that's it ..

Happy development

+3
source share

You should start with http://developer.android.com/index.html .

Download the SDK, read the documentation.

+2
source share

visit the developer blog. download sdk. buy an Android device and a micro usb cable.

0
source share

Just download the Android SDK from http://developer.android.com here you can also find tutorials

You can also download the eclipse plugin and ADT (Android development tools).

0
source share

You should check out eclipse . This is mainly based on Java applications, however you can do some Android development. I'm sure.

0
source share

All Articles