6 followers
Writing about stuff I love, learn and the problems I solve.
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...
Have you ever felt like I'm dumb/stupid I can not understand this while you were trying to learn something? Maybe you checked out different...
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...
In this article we're going to create Customer Management System. We'll build CRUD Restful API's. I'll try to explain everything along the way. I'm...