DroidconKotlin
DroidconKotlin copied to clipboard
Kotlin Multiplatfom app for Droidcon Events
This fixes the padding issues on the session blocks. When you have a time slot with multiple sessions they all ran together. This fixes #160 | Before | After |...
On Android the lists have zero padding/margins and therefore the items all run together, making it hard to see relevant information at a glance. 
When I restart the phone, or turn internet on/off, not sure, but I've seen multiple notifications for all my talks come up days after the event. This happened about 3-4...
When trying to runs with `./gradlew build` (based on `IOSDEV.md` steps no. 5), the ktlint works as expected (failing if there's file violate the rules), due to a lot of...
Scroll sessions list, click into a session, click back. No problem. Click into a session, click rsvp, then back, and we lose position. I suspects the database flow updating data,...
As discussed with @kpgalligan, here is a PR demonstrating the integration of [Decompose](https://github.com/arkivanov/Decompose/). That's a lot of code. All ViewModels a replaced with Components. The navigation is entirely handled by...
- Use `coil-multiplatform` for remote image fetching - Use `compose-multiplatform` resources for local image loading - Clean up old image related code - Remove unused resources