Hello everyone, first sorry for my english and may...
# compose-android
k
Hello everyone, first sorry for my english and maybe a very redundant question here… I followed a few courses on Kotlin (the very basics) and some on Jetpack Compose, on the Google documentation. Last courses was the one where you build some interfaces (happy birthday card, the quadrant exercices…) and now I'm a bit lost. I tried to start using Jetpack Compose to start my Android app project, but I'm a bit loss, where should I keep going to learn ? I can learn on the way some stuff, I discovered te Button() and some attributes to changes it's look, but for example I'm unable for now to make a button that when clicked display another page for example. I'm barely able to play with box, column and row, some buttons… Any suggestion will greatly be appreciated !
s
Have you checked out all the codelabs here? https://developer.android.com/courses/jetpack-compose/course
k
Some stuff, but I think that the website is very messy, I'm lost all the time on it and it's hard to follow where I was and what i already did (maybe because I didn't linked my Google account I dunno…). I'll take another look, thanks. PS: Sounds maybe weird, but my ADHD lost me some times on stuff like that. Sorry !
There is definitly some courses I didn't did here, thanks.
s
Yeah if you login you’ll get your progress saved, making sure that you’ll not have to redo something, and how much you’ve got left. This list of codelabs should more or less cover everything you need in order to be able to do something yourself I think. After (I wouldn’t advice doing this early and getting overwhelmed) you’re done with those, I’d take a look at these https://github.com/android/compose-samples basically, they got very nice real-life-like projects there