kanawish / android-mvi-sample

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

`caster/lesson-02` -> `caster/lesson-03` #2

Closed kanawish closed 6 years ago

kanawish commented 6 years ago

Lesson 03 - Defining Model and Model State

We'll be building a TODO app. So we're looking at a connected list-detail type app, with basic create, update and delete functionality. In this lesson, we'll build our Model State data classes and the Model interface.