Hello crew!
I recently completed module two and thought that I would rubber stamp accomplishment.
I learnt:
- JSON data parsing.
- List and Detail Views
- MVVM
I’ve made about 3-4 sample apps using a basic MVVM implementation so the foundation is building.
I also condensed the json code into a method that pulls a resource from the bundle. You just need to supply the name of the json resource and the type which you’ll use for the model.
I looked up the decoder.decode function signature to see how I would go about this. I suspect I’ve touch a little upon generics.
I’m wondering how I could specify a max height for the quote cards but allow the width to fill the available width of the screen.