Android - Getting Started
Table of Contents
1 - Installation
2 - Phone
See Run Apps on a Hardware Device
- Enable USB debugging in the device system settings, under Settings > Developer options.
Advertising
3 - Online Course
3.1 - Intermediate: Developing Android Apps
Developing Android Apps from Google (Free).
The code has been divided into git branches, each representing a coding step you will take. udacity/Sunshine-Version-2
List of branches: udacity/Sunshine-Version-2/branches/all
3.2 - Advanced: Android App Development
4 - UI
Building an android App is before all building an user interface, see Android - GUI (Layout)
5 - Sample
You can import a sample project of Google in Android Studio by clicking File > New > Import Sample…