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

Tash

10/17/2019, 9:01 PM
Just tried out the dev artifacts to build a simple app with compose for the first time using MVI. It’s so seamless, intuitive, and makes reasoning about UI flow way simpler 😻 .Just wanted to say thanks to the team 🙏🏻 . Excited to use it more.
2
🎉 12
j

jim

10/17/2019, 9:15 PM
Just please be aware that it won't have the correct semantics without the proper toolchain. It might look like it's doing the right thing, but you will encounter subtle/infuriating bugs if you don't have the right toolchain, as mentioned here: https://www.reddit.com/r/androiddev/comments/dggpqy/jetpack_compose_binaries_are_now_available_to/f3bktsf/
🙏 2
t

Tash

10/18/2019, 1:28 AM
That makes sense, set up my environment accordingly.
t

tjohnn

10/18/2019, 3:42 PM
Can you share your code repo? @Tash
t

Tash

10/18/2019, 8:16 PM
@tjohnn needed to clean it up a bit. here it is https://github.com/drinkthestars/pizza-flow
t

tjohnn

10/18/2019, 8:35 PM
Thanks for sharing
👍 1
3 Views