Welcome to the series on learning the Android SDK from scratch! If you want to start developing Android applications, this session will teach you the skills necessary from the very beginning. If you have any programming or coding experience at all it will help, but we will try to assume as little knowledge as possible.
We will start by setting up the Android development resources on your computer and work through to create completely functional Android applications. Android development involves a few distinct types of skill, but if you focus on each one in turn, you can build a solid foundation for working on the platform. Once we get the initial setup tasks out of the way, we will head right into the development process! You will be working towards concrete results in no time!
Android SDK Requirements
Android SDK: Working with Eclipse
Android SDK: Working with Android Studio
Android SDK: App Structure
Android SDK: User Interface Design
Android SDK: User Interaction
Android SDK: Java Application Programming
Android SDK: App Resources
Android SDK: Project Manifest
Android SDK: App Data
Android SDK: Virtual & Physical Devices
Android SDK: Running & Debugging
Android SDK: Activities & Lifecycle
Android SDK: Common Android Components
Android SDK: Samples
Android SDK: Publishing and Releasing
Android SDK: Next Steps