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

Thierry

02/10/2020, 11:13 PM
which sample apps and tutorials are you guys using to get the hang of compose so far?
I've been reading the Jetnews and Pokedex apps mainly
z

Zach Klippenstein (he/him) [MOD]

02/11/2020, 12:43 AM
Android Weekly has had a steady stream of good articles and videos.
t

Thierry

02/11/2020, 1:38 AM
👍
a

Ash

02/11/2020, 1:55 AM
Do we have examples (GitHub) of using all the Jetpack Android Arch Comp with Compose? Like using all of them ROOM, Repo, ModelView, LiveData, WorkManager, Jetpack Navigation, etc. I am trying to ship my app with Compose and still not getting everything to fit together ... very close but still having a few issues. A fully working example would go a long way to help me out 🙂
t

Thierry

02/11/2020, 1:56 AM
I haven't seen one so far.
the livedata part is pretty simple:
Copy code
<https://stackoverflow.com/questions/59096435/using-livedata-as-state-inside-jetpack-compose-functions>
ViewModel & Navigation is a bit of an unknown as far as i know
a

Ash

02/11/2020, 1:58 AM
OK, I believe I am close to getting everything working. I will post an article after publishing the app. I could never get this far without reading this channel every day! Thanks to the whole community for help !!!!
m

mon

02/12/2020, 4:23 AM
I don't know if you've seen any demo apps yet. They are slow. I don't think it's a good idea to publish a JC app at the moment. We don't even have a fully functioning text input component yet.
a

Ash

02/12/2020, 4:30 AM
True, but someone has to be first 🎉. We are using the experience as a learning/teaching experience. Currently still having many pain points. We believe by the time the app launches & gains traction Compose will be alpha.
4 Views