Tag: android
All the articles with the tag "android".
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
Android Fast Networking with Kotlin Coroutines
Published:Adding AFN and Kotlin Coroutines to the project
Getting Started with Android Data Binding
Published:Data binding is android’s API which connects UI and data (XML and your model)