Insights & Articles
Exploring AI, mobile technology, and software craftsmanship. Dive into articles, tutorials, and reflections from my tech journey.
7 min read
Paginating Firebase Realtime Database in a RecyclerView within a NestedScrollView
Learn effective strategies for paginating Firebase Realtime Database data in an Android RecyclerView, especially when nested within a NestedScrollView, to improve app performance and user experience.
FirebaseAndroidRecyclerViewPaginationRealtime DatabaseKotlin
Read article
6 min read
How to Safeguard Your API Keys in Android Projects with GitHub Secrets
Learn effective methods to protect your API keys in Android projects by using local.properties, BuildConfig, and GitHub Secrets for secure CI/CD workflows.
AndroidAPI SecurityGitHub SecretsCI/CDKotlinGradle
Read article