https://kotlinlang.org logo
#compose
Title
# compose
c

codeslubber

01/15/2020, 10:55 PM
For me, the worst part about Compose is having to find all the dumb little tweaks to make the UI not look stupid, I got a
TextField
working (yay), but it looks awful and I wasted way too much time trying to figure out what I am supposed to ask for to get the border off the input…
i

Ian Warwick

01/16/2020, 9:33 AM
Its still a developer preview, its like me showing you my unfinished code (you'd be shocked 😆). Found a few things up with
TextField
myself! defo input fields will get a lot of attention since they are critical to app dev 🙂
m

Manuel Vivo

01/16/2020, 9:47 AM
This is all WIP. Will look much better when you can use a Material
TextField
out of the box
👍🏻 2
c

codeslubber

01/16/2020, 3:31 PM
Yeah I know it’s a preview. I am also just pointing out that the process of finding what you have to do is super annoying: code completion doesn’t really work, there are no docs (that include e.g. box element defs)…