
Getting Started with Android Navigation Component
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…
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…
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…
Geofencing combines awareness of the user’s current location with awareness of the user’s proximity to locations that may be of interest. To mark a location of interest, you…