Posts
All the articles I've posted.
-
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
-
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.
-
Guide to Android Data Binding
Published: at 08:52 PMIt is a technique to connect Data with your views.
-
Android Fast Networking with Kotlin Coroutines
Published: at 05:30 AMAdding AFN and Kotlin Coroutines to the project