kanawish / android-mvi-sample

Example MVI implementation, based off of Google's architectural samples.
303 stars 56 forks source link

`caster/lesson-start` -> `caster/lesson-02` #1

Closed kanawish closed 6 years ago

kanawish commented 6 years ago

Lesson 02 - Setting up an Android MVI project

We've covered the basic theory behind MVI. We now want to apply it in practice. In this lesson, let's set up our Android MVI project. We'll sketch the overall structure of our app. Then we'll go over what libraries we will be using, and why.