which sample apps and tutorials are you guys using...
# compose
t
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
Android Weekly has had a steady stream of good articles and videos.
t
👍
a
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
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
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
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
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.