Webview alternative: How to open website faster using Chrome Custom Tabs in Android using Kotlin
If we want to open an URL in android, we have 3 choices, Open in Web Browser … Read more
If we want to open an URL in android, we have 3 choices, Open in Web Browser … Read more
In Android development, removing the title bar and status bar is often done to create a fullscreen … Read more
In Android development, converting geographic coordinates (latitude and longitude) into a human-readable address is a common requirement. … Read more
The basic datatype of strings in Kotlin is mostly similar as that of used in java. Only … Read more
Recently while developing one of our application, we wanted to have center aligned buttons, while in one … Read more