Getting Started With Android Development
I have been windows developer since the beginning, now the current trends dictate that I focus on newer technologies and platforms. My question is how can get started with android
Solution 1:
Setting up your tools :
- Install Eclipse [NOTE : You can choose any IDE but this is the most widely used one for Android development. IntelliJ is another IDE you could try. ]
- Install ADT (Android Development Tools) plugin for eclipse (assuming that you did choose to go with eclipse)
- Update your android tools by using the Android SDK manager
- (optional) get an Android device for testing you applications as it is not advisable to rely totally on the emulator
Getting started :
- Since you are a Windows developer, you must be fluent with C#, so catching up with Java (in case, you already haven't) shouldn't be much of a trouble
- Bookmark the Android developer website and never hesitate to check up the documentation when in doubt
- Have a look at the sample codes given on the official website
- You may wish to follow the steps mentioned up here as they walk you through the whole process
Useful Resources :
- Tutorials by Vogella
- Video tutorials by thenewboston [ Note: This is the one of the best series of Android video tutorials that I have even found, so don't hesitate to download all 200 of the videos. They are really very helpful! ]
Answers on StackOverflow
Good luck! May the Droid be with you! ;)
Solution 2:
Watch the Lynda.com's Android App Development With Java training, and you will learn it all... You need Eclipse, Android SDK and the ADT plugin.. that is all..
Happy Developing
Solution 3:
You should start at http://developer.android.com/index.html.
Download the SDK, read the documentation.
Solution 4:
visit the developers blog. download the sdk. buy an Android device and micro usb cable.
Solution 5:
Just download the Android SDK from http://developer.android.com here you can find tutorials as well
You can also download eclipse and the ADT(Android development tools) plugin.
Post a Comment for "Getting Started With Android Development"