#android
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...
In this post we're going to create login screen using android studio and java.I'll explain things along the way.Now, let's start new project on...
At the beginning of my android development journey, I have built my first app.I thought it was ready to publish it in the play store. But when I...