Tag: android-app-development
All the articles with the tag "android-app-development".
Tag:android-app-development
-
Let your delegates auto-nullify references☠️
Learn how to use Kotlin property delegates to automatically nullify references in Android, preventing memory leaks in Fragments and Activities.
-
Automate publishing app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃
Automate your Android app deployment to Google Play Store using GitHub Actions and Fastlane. Implement a 'Code, Push, and Chill' workflow for your projects.
-
🕵️ Accessing device location using SIM Card 🗺️📍
Discover a clever trick to access device location using SIM card info in Android. Learn how to handle mock location scenarios for better location accuracy.
-
Update Queries without changing RecyclerView Adapter using FirebaseUI — Android 🔥
Learn how to update Firebase queries dynamically without recreating your RecyclerView adapter using the FirebaseUI-Android library.