andydelso / aperture

An app to track Oscar nominees you have watched using KMP
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Android | Update UI Styling and available data #13

Closed andydelso closed 5 months ago

andydelso commented 5 months ago

Summary

I wanted to update the styling to more closely match the iOS flavor. It keeps it simple for now.

It also adds a bit more data to the db, which allowed two different categories that share similar nominees. As expected, given how the schema is setup and the query to check a nominee as watched, other instances of the same nominee will also update to be checked. I was hoping this happened as it makes it easier on the user to see what they have actually watched!

@gionoa I am planning on expanding the first card in the list by default, once I move the click logic into the viewmodel which will be a part of making the view model platform agnostic.

It looks like some image loading stuff with Coil snuck in here which I was experimenting with on the branch and forgot. It will be what Android uses to load the remote images at some point.

image

Testing

andydelso commented 5 months ago

Ah I figured out what is up, I have things to merge... sigh