Tag: android
All the articles with the tag "android".
-
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
-
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
-
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)