Posts
All the articles I've posted.
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
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.
How I became a Software Engineer without a Degree
Published:Sharing my journey of becoming a Software Engineer.
Guide to Android Data Binding
Published:It is a technique to connect Data with your views.
Android Fast Networking with Kotlin Coroutines
Published:Adding AFN and Kotlin Coroutines to the project