Hide your production API key or any sensitive data in Android

2 years ago

Hi everyone, In this article, we are going to learn how to hide the production API key or any sensitive… Read More

How to handle the localisation or multi language support in android with examples?

2 years ago

Hello everyone, Today in this article, we are going to learn about localisation to support the multiple languages in our… Read More

How to convert any callback to Coroutines and use them in Kotlin Android?

2 years ago

Hello everyone, In this article, we are going to learn something to handle the callback by using Kotlin Coroutines. As… Read More

Request Permission Launcher with Kotlin in Android

2 years ago

In this article, we are learning about the run time permissions for request permission launchers. As we know that onRequestPermissionsResult… Read More

Implement the SMS User Consent API and SMS Retriever API in Android

3 years ago

Hello everyone. In my last tutorial, we learned about the Jetpack Compose introduction and about applying the app theme for light and… Read More

Jetpack Compose Coroutine flow with LiveData/ViewModel in Android

3 years ago

Hello everyone, In this article, we are going to learn about the Jetpack Compose with LiveData and coroutines flow. In… Read More

Android Jetpack Compose of layouts, row, column, modifier, ConstraintLayout and Scaffold

3 years ago

Hello everyone, In this article, we are going to learn how to use layouts, rows, columns and modifiers with any… Read More

How to set the app theme for light and dark mode in Jetpack Compose Android

3 years ago

In this article, we are going to learn about to how to set the app theme for light and dark… Read More

How to scroll to a specific view and focus the view with scroll view in android

3 years ago

As many of the developer face this problem to scroll the view to specific view to focus the child view… Read More

Android Jetpack Compose introduction and started with Hello layout

3 years ago

Hello all, In this article, we are going to explore the new Jetpack Compose library which is used to design… Read More