Tag: others
All the articles with the tag "others".
Tag:others
-
DevOps-ify Android libraries with GitHub Actions and Package Registry🚀
Learn how to use GitHub Package Registry (GPR) and GitHub Actions to safely publish and consume private or public Android libraries with ease.
-
Hello DataStore, Bye SharedPreferences👋 — Android📱 — Part 2: Proto DataStore
Jetpack DataStore Part 2: Deep dive into Proto DataStore for type-safe data storage in Android using Protocol Buffers.
-
Hello DataStore, Bye SharedPreferences👋 — Android📱 — Part 1: Preference DataStore
Introduction to Jetpack DataStore Part 1: Learn how to migrate from SharedPreferences to Preference DataStore for better data storage in Android.
-
Getting data from Google Sheets📊 → Flutter App📱 — Part 2
Part 2 of the series: Learn how to fetch and display data from Google Sheets in your Flutter application using Google AppScript as an API.
-
🌊 StateFlow, End of LiveData?
Is StateFlow the end of LiveData? An opinionated look at how Kotlin's StateFlow is replacing LiveData for state management in Android.
-
🤖 Automate Publishing Android Library to Bintray using GitHub Actions 🚀
Learn how to automate the publishing of your open-source Android libraries to Bintray using GitHub Actions CI whenever you create a new release.
-
🔥Firebase-ing with Kotlin Coroutines + Flow 🌊
Learn how to integrate Firebase with Kotlin Coroutines and Flow for reactive data streams in your Android applications.
-
🔪 Introduction to Dagger DI 💉 by a Life way!
Demystifying Dependency Injection with Dagger. Learn DI concepts through real-life analogies and simplify your Android app architecture.
-
Storing data from the Flutter app → Google Sheets 📊 — Part 1
Learn how to use Google Sheets as a database for your Flutter app. A simple and effective way to store and manage app data using Google AppScript.
-
⏰Scheduling FCM Push Notifications🔔 On Device — Android📱
Learn how to schedule FCM push notifications on-device in Android without expensive cloud cron jobs, using AlarmManager and WorkManager.
-
Making Google-Apps Like NavigationView — Android 📱
Step-by-step guide to implementing a Google-style Navigation Drawer in Android using the MaterialNavigationView library for premium UI design.
-
Firestore Pagination in Android — Using FirebaseUI Library 🔥
Efficiently implement Cloud Firestore pagination in Android using the FirestorePagingAdapter from the FirebaseUI library.
-
Animated Material Dialog — Android 📱 😍🎨
Learn how to create beautiful, animated Material Design dialogs in Android to enhance your app's user experience and visual appeal.
-
Firebase Database Pagination — Android 🔥
Step-by-step guide to implementing pagination in Firebase Realtime Database using the FirebaseUI-Android library for smooth scrolling.