How to compile native C library and daemon using Android.mk ?

To compile any c library inside android, we need to write an Android.mk makefile, for reference please … Read more

Selecting Birthdate using Material Calendar in Android

In this post, we will show you how to use Calendar from Material components for selecting Birthdate … Read more

Create two buttons of equal size inside Linear Layout in Android

Following code we used to create two buttons we use to select the Gender of user during … Read more

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

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

Firebase

How to integrate Firebase to your android Application ?

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

Firebase

How to start new project in Firebase console ?

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