How to add Firebase in android app

  • 15 Oct 2025
  • 2

This firebase android tutorial is a complete setup guide. You will learn How to add Firebase in the android app.

Case-insensitive replaceAll in Java : with example

  • 15 Oct 2025
  • 0

How to replace case insensitive substrings in Java. Normally we replace string by any character or any special character or whatever we want...

Autofit grid layout Recyclerview

  • 01 Sep 2023
  • 0

Recycler view is the powerfull android tool to create a list as well as a grid in android. Nowadays, the Autofit grid layout RecyclerView is trending...

How to use TabLayout in ViewPager with RecyclerView

  • 01 Sep 2023
  • 1

ViewPagers are used to swipe through pages of data. It’s generally used in conjunction with fragments. In this tutorial, we’ll be implementing a ViewP...

Android Session Management using Shared Preferences

  • 01 Sep 2023
  • 0

Android allows storing data in a number of formats. But, we do android user session management using Shared Preferences, just because of shared prefer...

Android Collapsing Toolbar With Image

  • 01 Sep 2023
  • 0

This pattern of Collapsing Toolbar Layout is a popular scrolling technique. In familiar terms, you can see this on several apps with a profile detail...