Add View to LinearLayout Programmatically Android Kotlin
In this blog post, we are going to show you how to add a view to the Linear Layout programmatically and how to add a… Read More »Add View to LinearLayout Programmatically Android Kotlin
In this blog post, we are going to show you how to add a view to the Linear Layout programmatically and how to add a… Read More »Add View to LinearLayout Programmatically Android Kotlin
In this post, you will get an Android LinearLayout example. LinearLayout in Android is one of the basic layouts. Linear Layout can be used when… Read More »Android Kotlin – Linear Layout Example
In this post, we will see how to display a custom Toast in Android using Kotlin. Usually, Toast is used to show some text message… Read More »Android Kotlin Custom Toast Example
In this post, we will learn how to change the background and text color of Android Snackbar using Kotlin. The default Android Snackbar with an… Read More »Android Kotlin – Change Snackbar Text and Background Color
In this post, we are going to implement an Android Snackbar using Kotlin with an example. Android Snackbar is a user interface widget that was… Read More »Android Snackbar Example Kotlin
Today in this post I am going to show you, how to create a button programmatically in Kotlin. First I created a new android studio… Read More »Create Button Programmatically in Kotlin
Today in this post, let us look at how to change the background color of the selected item in the recyclerview. All other list items… Read More »Change Background Color of Selected Item in Recyclerview
In this post, I’m going to share with you, how to download video from URL in Android Kotlin. In this example, we going to build… Read More »Download Video from URL Android Kotlin
This payroll database management system mini project is developed using PHP and MySQL for storing the data. The main objective of this DBMS mini project… Read More »Payroll Database Management System Mini Project