Sandeep KellaWhat Kind of Code Should Be Written in a ViewModel?In Android development, the ViewModel is a crucial component of the architecture that facilitates a clean separation between UI logic and…1d ago
Kaushal VasavaViewModel’s Internal working in Android. A full guide.I will show you how ViewModel works internally in Android. In this article, we are going to cover ViewModel and its working under the hood…Aug 26, 20232
InProAndroidDevbySandeep KellaUnderstanding ViewModel Persistence Across Configuration Changes in AndroidOne of the most common challenges Android developers face is managing data across configuration changes, such as screen rotations…2d ago2d ago
Devarsh BhalaraBuilding Efficient API Calls in Android with Retrofit, Coroutines, flow and Dependency Injection…In the dynamic world of Android development, making efficient API calls is paramount for creating responsive and user-friendly…Feb 18Feb 18
InStackademicbySandeep KellaUnderstanding How ViewModel Restores Itself After an Orientation ChangeHey there! Let’s dive into how a ViewModel works its magic to survive those annoying orientation changes in Android. I’ll keep it simple…6d ago16d ago1
Sandeep KellaWhat Kind of Code Should Be Written in a ViewModel?In Android development, the ViewModel is a crucial component of the architecture that facilitates a clean separation between UI logic and…1d ago
Kaushal VasavaViewModel’s Internal working in Android. A full guide.I will show you how ViewModel works internally in Android. In this article, we are going to cover ViewModel and its working under the hood…Aug 26, 20232
InProAndroidDevbySandeep KellaUnderstanding ViewModel Persistence Across Configuration Changes in AndroidOne of the most common challenges Android developers face is managing data across configuration changes, such as screen rotations…2d ago
Devarsh BhalaraBuilding Efficient API Calls in Android with Retrofit, Coroutines, flow and Dependency Injection…In the dynamic world of Android development, making efficient API calls is paramount for creating responsive and user-friendly…Feb 18
InStackademicbySandeep KellaUnderstanding How ViewModel Restores Itself After an Orientation ChangeHey there! Let’s dive into how a ViewModel works its magic to survive those annoying orientation changes in Android. I’ll keep it simple…6d ago1
InITNEXTbyBurakWebSockets in Android with OkHttp and ViewModelIn this article, we’ll implement WebSocket with OkHttp and view model in Android. WebSocket is bidirectional. It is a stateful protocol…Jan 21, 20234
InKotlin Android ChroniclebySandeep KellaUnderstanding ViewModelStore in Android: Everything You Need to KnowIntroductionNov 14