Skip to content Skip to sidebar Skip to footer
Showing posts with the label Abstract Class

How To Instantiate Viewmodel That Extends Androidviewmodel?

I'm following a tutorial where a ViewModel extends an abstract class in order to use coroutines… Read more How To Instantiate Viewmodel That Extends Androidviewmodel?

I Am Getting Cannot Create Instance Of Abstract Class In Kotlin Warning?

I am a new to Kotlin. I have two classes, one adapter and one fragment. When I want to call the ada… Read more I Am Getting Cannot Create Instance Of Abstract Class In Kotlin Warning?