Mun BonecciHow to launch a Local Notification in Android 13+In this tutorial, we will learn how to launch a local notification in Android, request the necessary permission. And, at the same time, we…Feb 13
Hasper OngLanguage Localization in Android JavaLanguage localization in Android allows you to adapt your app to different languages and regions, providing a more inclusive and…Apr 9Apr 9
Daniela RomanoCreate a Flexible and Customizable Calendar View in Android with Jetpack ComposeJetpack Compose Material 3 currently provides a DatePicker, a UI component that is great for selecting a date or a date range, but not so…Feb 261Feb 261
Hasper OngToggle Password Visibility in Android JavaImplementing a Toggle Password Visibility feature in an Android app allows users to toggle between displaying the entered password as plain…Apr 9Apr 9
Mun BonecciHow to launch a Local Notification in Android 13+In this tutorial, we will learn how to launch a local notification in Android, request the necessary permission. And, at the same time, we…Feb 13
Hasper OngLanguage Localization in Android JavaLanguage localization in Android allows you to adapt your app to different languages and regions, providing a more inclusive and…Apr 9
Daniela RomanoCreate a Flexible and Customizable Calendar View in Android with Jetpack ComposeJetpack Compose Material 3 currently provides a DatePicker, a UI component that is great for selecting a date or a date range, but not so…Feb 261
Hasper OngToggle Password Visibility in Android JavaImplementing a Toggle Password Visibility feature in an Android app allows users to toggle between displaying the entered password as plain…Apr 9
Blair FernandesHow to Add QR Code Generation and Scanning in your Android AppUnlock the power of QR codes in your Android app! Learn how to generate and scan QR codes effortlessly with code snippets and a sample app.May 21, 20231
Hasper OngColor Picker Tool in Android using Color Wheel and Slider android javaA Color Picker Tool in Android using both a Color Wheel and Slider can be a powerful and user-friendly feature for your app. Here’s a…Apr 9
Hasper OngKeep the Device Screen On in Android JavaTo keep the device screen on in an Android application, you can use the FLAG_KEEP_SCREEN_ON flag in your activity or window. This flag…Mar 20