Archives
All the articles I've archived.
React Native Tip #1 | Lazy load view managers in Android
Published:The startup time is the core metric in any app, in react-native there is additional overhead of react VM initialisation that increases the startup time of the app.
Deploy Android App on Play Store using Github Action
Published:The app release process is a repeatative process and take too much time to version bump, build and upload it to play store or other app stores. To simplify this process we can automated this process
Benchmarkify
Published:Benchmarkify is a web app that helps you visualize and analyze Android macrobenchmark results stored in JSON format.
Automating Indus App Store Uploads with GitHub Actions
Updated:This blog post delves into leveraging GitHub Actions to automate the process of uploading Android App Bundles (AAB) to the Indus App Store.
Upload-Indus-AppStore
Published:Upload AAB file to get Indus App store, fetch app versions, get app stats, etc.
How I became a Software Engineer without a Degree
Published:Sharing my journey of becoming a Software Engineer.
Speld
Published:PIN View or OTP View for Jetpack compose
Remove files from git based on .gitignore
Published:Sometimes we want to remove the files from git that is already being pushed.
Android Fast Networking with Kotlin Coroutines
Published:Adding AFN and Kotlin Coroutines to the project
KeyPass
Published:Open Source Project & An Offline Password Manager. Store, manage, and take control securely.
Android-Universal-Recycler-View-Adapter
Published:The Ultimate Adapter for Recycler View. One Adapter for all your needs
Firebase Messaging with Image in Android | Android Kotlin push notification
Published:In this post, we are going to learn how to handle notifications with an image from the firebase console
Getting Started with Android Data Binding
Published:Data binding is android’s API which connects UI and data (XML and your model)