In this course we will build a simple choose-your-own-adventure story app, complete with fantastic illustrations. We will model our story and introduce the Model-View-Presenter pattern, and we will learn about getting input from users, displaying images, and using more than one Activity.
What you'll learn
- Displaying images in an ImageView
- Getting input from an EditText
- Starting Activities with Intents
- Passing data between Activities
- Using the MVP design pattern