Guide to using Retrofit in MVVM Architecture with Data Binding (Hilt) & RxJava — Kotlin
Retrofit is one of the most used Android libraries for Networking which Google also recommends us to use in our application. Along…
Library
Clear, structured notes on Android, Kotlin, Git, and shipping software.
Retrofit is one of the most used Android libraries for Networking which Google also recommends us to use in our application. Along…
Recently I decided to start learning Kotlin by converting one of my project’s code from Java to Kotlin (PS — Android Studio…
Dependency Injection is a common technique used across the programming world to provide classes instead of writing or creating them by…
When using the recycler view, we would always face some kind of issues with respect to performance and smoothness. One such issue…
When working on multiple projects, particularly if the project is quite old and a huge team is working on it, we will…
Android developers who think their secrets are safe in the Android app need to re-think because apps can be reversed in 3…
SKip helps users maintain their attendance records and skip classes for extra sleep hours without getting into any attendance troubles.
With the growing concerns on the permissions requested by every application, users are starting to trust apps that do not enforce them…
This is the final article in the series — ‘Git For Beginners’. In this article, we would learn some in-depth Git concepts…
This is a second article in the series — ‘Git For Beginners’. In this article we will be learning and executing basic…
The basics which each developer or someone working on a team would want is to collaborate with ease. Often I’ve seen college…
If you are trying to add a Backup & Restore feature into your app and you have made use of Room DB,…