HHiteshinhiteshvijayhv.hashnode.dev·Nov 1, 2021 · 2 min readAync / Await ExplainedIn JavaScript to make Asynchronous programming easier to implement and read, Special Async and Await keywords were introduced. Lets see why these are used These functions can be used in multiple use cases where a function execution depends on the ou...00
HHiteshinhiteshvijayhv.hashnode.dev·Jun 5, 2021 · 2 min readAndroid ViewModel ExampleThe ViewModel is part of Android JetPack and is used to effectively implement MVVM architecture pattern in android. Why ViewModel? MVVM architecture requires the activity to do minimum number of logical operations on the activity. That means we can d...00