Hide your production API key or any sensitive data in Android

1 year 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?

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

1 year ago

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

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

2 years ago

Request Permission Launcher with Kotlin in Android

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

2 years ago

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

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

2 years ago

Jetpack Compose Coroutine flow with LiveData/ViewModel in Android

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

2 years ago

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

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

2 years ago

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

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

2 years ago

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

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

2 years ago

Android Jetpack Compose introduction and started with Hello layout

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

2 years ago