Android Date Picker Kotlin Tutorial
Android Date Picker is one of the important components of Android development. If you need something like selecting a date to input, so you’re gonna need a Date Picker dialog. In this post, you’ll...
Android Date Picker is one of the important components of Android development. If you need something like selecting a date to input, so you’re gonna need a Date Picker dialog. In this post, you’ll...
Hello again! It’s been a while since I write a tutorial for mobile apps. Now I’m gonna write about a simple ListView tutorial for Flutter. I think all of you already know about Flutter....
Now it is time for me to share how to create a simple Android custom Navigation Drawer. Basically, Navigation Drawer is a sliding menu from left or right of the mobile screen. There are...
Today we’re gonna learn about how to create an Android tab application using TabLayout and ViewPager combined together, and like always we will write it in Kotlin language! So first of all, you have...
Today I wanna show you how easy to build a simple Android Image Gallery using Kotlin and Glide library. Building an image gallery is one of a must step for beginner Android developers (also...
Learning to use RecyclerView in Android development is very crucial for every programmers. It is one of powerful widgets to display a list of data in Android. Well in this chance I will give...
In this tutorial we’re gonna learn about the most common Android widgets (ImageView, TextView, and Button) by creating a simple Mystery Box application. Hmm, basically we’re just gonna show a single image, text, and...
The most important thing as we learn to code Android apps is to know about what Activity is. We have to get to know all about Activity in Android before we go deep down...
Technology is the core of everything. Nowadays, we can’t live without it and mobile technology is one of those. So many people use technology but not everyone can create technology. Let’s start with something...
More