
Android Spannable TextView
A spannable TextView can be used in Android to highlight a particular portion of text with a different color, style,size, and/or click event in a single TextView widget.…
Tech Lover, Programmer by passion and profession
A spannable TextView can be used in Android to highlight a particular portion of text with a different color, style,size, and/or click event in a single TextView widget.…
Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app. Android Jetpack’s Navigation component…
What is kotlin coroutines? Kotlin coroutines are one of the most exciting features in Kotlin. With them, you can simplify the work of asynchronous tasks in an impressive…
Hello friends, In android application development the most repetitive task is to setup recycler view, in this post, we will discuss how we can create a universal recycler…
Hello, friends, I am here with another android tutorial about tab layout or tabs with a swipe gesture. Tab layout is visible below toolbar with View pager, used…
That’s what we will create, so start the fun part step by step. Step 1: Implement Material Design libraryIn material design, there is a bottom app bar, so…
Hello friends, I came back with a new post.In this post, we are going to learn how to handle notifications with an image from the firebase console. Here…
Hello friends, I am back with a new post about Android Data Binding. Q. What is data binding?Ans: Data binding is android’s API which connects UI and data…
pxPixels – corresponds to actual pixels on the screen. inInches – based on the physical size of the screen.1 Inch = 2.54 centimeters mmMillimeters – based on the physical size of…