DEV Community

Discussion on: November 13th, 2020: What did you learn this week?

Collapse
 
msfjarvis profile image
Harsh Shandilya

Learned how to use the ConstraintLayout composable in Jetpack Compose and used that to fix a bunch of UX bugs in my Compose playground app, also started learning how to use Kotlin's multiplatform-friendly libraries so I can eventually use this same codebase to develop a desktop version :D

Reimplement LobstersItem to not require swipe actions #73

Work towards #65

TODO:

  • [x] Figure out why only the last tag shows in the UI Fixed by using Row to lay it out like earlier
Screenshot

screenshot-20201109-113553

Migrate to Ktor for network operations #72

Still a work in progress, crashes during loading right now Crashes are fixed and tests were added back, good to go now.

Collapse
 
nickytonline profile image
Nick Taylor

Nice!

A kangaroo playing an electric guitar

Collapse
 
vanhine profile image
Adam Van Hine

That is awesome! Keep up the good work.