#kotlin
Read more stories on Hashnode
Articles with this tag
I was looking for a way to write a composable function that takes content as a parameter and didn't see many examples of that. I just realized that...
Imagine we need to create a side menu in android. One of the options we have is to use Navigation Drawer. If you don't know about the navigation...
In this article we're going to create side menu with Navigation Drawer which is very common and used in plenty of apps. You click to toggle button to...