PinnedViewModel and View communication : LiveData vs StateFlow vs SingleLiveEventThe MVVM pattern is based on a very important and solid principle : the decoupling of the view from the view model allowing it to go…Apr 4, 20212Apr 4, 20212
Firebase Remote Config for app updates in AndroidFirebase is one of the necessary tools in Android developement due to its multiple features and the simplicity of their integration . In…Feb 21, 2022Feb 21, 2022
Merge multiple files into one PDF file in AndroidHandling files is one of the most intriquet tasks in Android Developement . Often done on the backend side , we sometimes encounter the…Nov 3, 2021Nov 3, 2021
Background work in Android : WorkManager .Imagine if we’re developing an app and we want to upload a large file or multiple files to a server . The operation can take up to many…Apr 25, 2021Apr 25, 2021