You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PodCast Application built in kotlin by following Google's recommended architecture: Dagger-MVVM+Repository+ViewModel+Livedata+databinding. Uses Koin library for dependency injection.Built a media app architecture. Incorporated ExoPlayer to provide media streaming and playback notification.
Store records offline using Room DB and Sync to server DB when network is available using Work Manager effectively, Used View Model to survive orientation changes
Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection