Running android studio … wish me luck 🤣
Discussion
Wish you ample ram and storage
Use a real device instead of the emulator if you can
What are you building?
Mostly just trying to learn my way around android development. Super basic stuff - but I want to try to make an audio only client
Compose is the way for the UI. Have you tried it? For audio & video there are not yet many Compose libraries, but there is a way to integrate old Views into Compose.
No, what is this? I’m a total newb at this point. Any tips appreciated!!
Compose is a toolkit for building native UI based on declarative paradigm.
https://developer.android.com/compose
It is also available as Multiplatform for iOS, Web and Desktop.
https://www.jetbrains.com/compose-multiplatform/
We can do Compose 101 with some basic stuff to get you going if want.
Interesting! I’ll definitely dive into this. Thank you! I see some courses there too, I’ll look into that in my spare time. 🙏