Skip to content

TrainingSetup

Dutch Matous edited this page Jan 7, 2016 · 1 revision

The Learn Android Course

Course Materials The course is based on the Big Nerd Ranch Guide to Android. The Big Nerd Ranch is a great resource for learning Android and the first 126 pages are free.

The physical book can be purchased at various places for about $35.

The course is expected to meet every couple of weeks or so. In addition to on-site instruction, the classes will be streamed using TeamViewer

Set up for developing Android apps

  1. Install Java

http://www.oracle.com/technetwork/java/javase/downloads/index.html

  1. Install Android Studio and the Android SDK

https://developer.android.com/sdk/index.html Note: Android Studio includes wizards that walk you through the Android SDK installation and update.

  1. Install a git client A command-line git client is needed to check out sample code from Github. Git integration with Android Studio requires a separate git client to be installed (it is not included)
Clone this wiki locally