How to add drawable icon along with TextView in Android ?

We wanted to show icons along with titles in our applications, this is possible in one way … Read more

How to add border around Android Textview ?

One of our android app shows lot of user information in text views one after another, to … Read more

Alert Dialog with Buttons in Material components in Android

In our previous post, “Show alert dialog with options on click on Button in Android” we have … Read more

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