Fixed : git error: inflate: data stream error (invalid distance code)

Recently somehow our git got corrupted and we couldn’t push our code to server and got an … Read more

Solved git error – fatal: unknown index entry format 0x16700000

Recently we did one find and replace in our existing git using command mentioned at “Grep and … Read more

Setting up a Material Components theme for your Android Application

Recently we migrated one of our old application to Androidx and then we came across this Material … Read more

Show alert dialog with options on click on Button in Android

Following code shows you how you can show an alert dialog with options such as Cancel, Subscribe … Read more

Grep and replace string from source code using command in Linux

Recently when we migrated our old code in Android to API level 30 i.e. androidx , lots … Read more

How to integrate Firebase to your android Application ?

Firebase

Once you created a project in Firebase console by following steps from “How to start new project … Read more

How to start new project in Firebase console ?

Firebase

Visit https://firebase.google.com/ and click “Go to console” from top right corner, which will redirect you to Google … Read more

Setting up Firebase Crashlytics for Android app crash logs collection

When you publish your application in Android playstore and user starts using it, its possible that your … Read more