Archives
All the articles I've archived.
-
React Native Tip #1 | Lazy load view managers in Android
Published: at 05:30 AMThe 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: at 08:52 PMThe 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: at 07:25 PMBenchmarkify is a web app that helps you visualize and analyze Android macrobenchmark results stored in JSON format.
-
Upload-Indus-AppStore
Published: at 04:10 PMUpload AAB file to get Indus App store, fetch app versions, get app stats, etc.
-
Automating Indus App Store Uploads with GitHub Actions
Updated: at 06:30 PMThis blog post delves into leveraging GitHub Actions to automate the process of uploading Android App Bundles (AAB) to the Indus App Store.
-
How I became a Software Engineer without a Degree
Published: at 05:30 AMSharing my journey of becoming a Software Engineer.
-
Speld
Published: at 06:14 PMPIN View or OTP View for Jetpack compose
-
Guide to Android Data Binding
Published: at 08:52 PMIt is a technique to connect Data with your views.
-
Remove files from git based on .gitignore
Published: at 05:30 AMSometimes we want to remove the files from git that is already being pushed.
-
Android Fast Networking with Kotlin Coroutines
Published: at 05:30 AMAdding AFN and Kotlin Coroutines to the project
-
KeyPass
Published: at 10:04 PMOpen Source Project & An Offline Password Manager. Store, manage, and take control securely.
-
Android-Universal-Recycler-View-Adapter
Published: at 12:25 PMThe Ultimate Adapter for Recycler View. One Adapter for all your needs
-
Firebase Messaging with Image in Android | Android Kotlin push notification
Published: at 05:30 AMIn 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: at 05:30 AMData binding is android’s API which connects UI and data (XML and your model)