Activities, Views, & Intents
It is time to dig into Android. We're going to start by learning about Activities, Views, and Intents. These three topics will lay the foundation for building Android apps that are fantastic.
What you'll learn
We'll cover the following fundamental topics during this section of class:
- Classes, Subclasses, and Object Oriented programming
- Activities and Activity Lifecycle
- Views and Layouts
- Intents
- Event Listeners
- Custom Adapters
- Android Debugging
- Resource file best practices
Project
You'll demonstrate master of this content with your next project, the Todo List.