#android
Read more stories on Hashnode
Articles with this tag
In a multimodule Gradle project, you're likely to have.. many modules. Each module can have other modules as dependencies. dependencies { ...
Jetpack Compose or XML-based View? ยท In the next three months, I'll be volunteering to teach undergrad students Android development. So, I'm also faced...
In a multimodule project, managing dependencies manually can be challenging. For example, if you forget to update a library version after modifying a...
I have a confession to make, after reading through StateFlow and SharedFlow documentation, watching Android Developers's video, and reviewing...