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 add Android Share dialog to website using Web Share API ?

In Chrome 61 for Android, google has launched the navigator.share() method, which allows websites to invoke the … Read more

Creating AAR library for Android apps using Android Studio – Part 1

Android Library

An Android library is structurally the same as an Android app module. It can include everything needed … Read more

adb shell getprop

As we have seen in our another post “commands to Identify Product Model, Serial Number ( Device … 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