Automating String Translation Files for Android Modules from API Using Gradle | by Santosh Devadiga | Dec, 2024

Localization is a crucial part of modern app development. Automating the process of generating string translation files can save significant development time and ensure consistency. In this article, we’ll create …

Automating String Translation Files for Android Modules from API Using Gradle | by Santosh Devadiga | Dec, 2024 Read More

Implementation of React Native Widget for Android | by Santosh Pk | Oct, 2024

package com.weatherappwidget import android.app.PendingIntentimport android.appwidget.AppWidgetManagerimport android.appwidget.AppWidgetProviderimport android.content.Contextimport android.content.Intentimport android.widget.RemoteViewsimport android.os.CountDownTimerimport android.content.ComponentNameimport android.util.Logimport android.util.TypedValueimport android.view.View // Widget Provider class that manages the behavior of the widgetclass MyWidgetProvider : AppWidgetProvider() { // …

Implementation of React Native Widget for Android | by Santosh Pk | Oct, 2024 Read More

Android Model-View-ViewModel MVVM Architecture with Jetpack Compose | by Santosh Devadiga | May, 2024

In modern Android development, Jetpack Compose has revolutionized UI building with a declarative approach. When combined with the Model-View-ViewModel (MVVM) architecture, it enhances the development experience, particularly in large projects. …

Android Model-View-ViewModel MVVM Architecture with Jetpack Compose | by Santosh Devadiga | May, 2024 Read More