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

Bradleycorn

12/04/2020, 7:34 PM
If I could convince someone here to give me a nickel every time I write
TextView("Some Text", modifier = …)
instead of
Text("Some Text", modifier = …)
… man I’d be 💰
😄 1
h

Halil Ozercan

12/04/2020, 9:37 PM
I don't do this with
Text
or any other default composable but whenever I want to write a new composable myself, it is immediately named
FooBarView
🙂
b

Bradleycorn

12/04/2020, 9:40 PM
haha. For some reason, I only do it with
Text
… but it’s EVERY. SINGLE. TIME. And sometimes I even curse at AS for making it red for a few seconds .. “What you mean, ‘Unresolved Reference’, AS”?!?!?!?!?! 🤬