Category: Android app develoment
-
What is kotlin Koin? How to use Kotlin Koin in android?
Hey, what’s up, coders. In this post, I will introduce you to an awesome framework that you can use in your android project. We will learn about Kotlin Koin and we will see how you can use kotlin Koin in your android project. Here I want to make clear one thing that this tutorial will…
-
What is Toast and how to create Toast in android?
In this post, we are going to learn about Toast. We will see what is a Toast in android and how can you create Toast in android. So, let’s begin. What is Toast in android? Toast appears on the screen as a small popup. When you want to show a message to the user for…
-
Create horizontal RecylerView in android
Using RecyclerView we can efficiently display large sets of data. You would have used vertical RecyclerView. Do you know we can use RecyclerView to display the data horizontally? In this post, we will learn how to create a horizontal RecyclerView. I have creted a simple app ‘Amazing books‘ to demonstrate horizontal RecyclerView. To display data…
-
What is LinearLayout in android?
Hey, what’s up, guys. Android provides some layout to organize the views. Android has layouts like ConstraintLayout, RelativeLayout, FrameLayout, and LinearLayout. In this post, we will see what linear layout is in android. What is LinearLayout in android? LinearLayout is a view group that aligns all children (Views and layouts) in a single direction, vertically or…
-
Swipe through fragments – ViewPager and TabLayout in android
Hey, what’s up coders of the universe. Here I am with another post in which I will be talking about how to implement ViewPager and TabLayout in an android app. So let’s begin. First, let me show you a screenshot of my app that implements TabLayout and ViewPager so that you have a visual idea…
-
Scope functions in kotlin
Hey android developers! Are you using Kotlin for your android projects? Or, are you just about to stop using java and use Kotlin for your android projects? Okay, Anyway, whatever the reason is, you are here which means you are trying to learn Kotlin scope functions. So just stick with me guys and we will…
