How to compose Gmail on button Click in Android Java & Kotlin ?

If you are developing an android application where you want to have a mechanism wherein your users … Read more

Working with Strings in Kotlin

The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more

How to center views in LinearLayout and RelativeLayout ?

Recently while developing one of our application, we wanted to have center aligned buttons, while in one … Read more