Jossy PaulAndroid ViewModel — Should we delegate out presentation logic from ViewModel?In most cases(or at least during the initial phase of development), a ViewModel will normally be developed keeping in mind a single view…Aug 24, 20213Aug 24, 20213
Jossy PaulWriting unit tests for ViewModelUnit test for an android ViewModel class which contains LiveData, coroutines or callbacks using MockitoNov 5, 20201Nov 5, 20201
Jossy PaulMotionLayout - Simplest way to create beautiful Animations in AndroidMotionLayout is a layout type that helps you manage motion and widget animation in your app. MotionLayout is a subclass of…Jul 9, 2020Jul 9, 2020
Jossy PaulLoading data from ContentProvider using Coroutines and LiveDataMost of the ContentProvider tutorials shows us loading data using CursorLoader. As android development is moving away from Loaders and…May 26, 20202May 26, 20202