I m trying to build my Music Player app with archi...
# android-architecture
k
I m trying to build my Music Player app with architecture components but in
MainActivity
when I'm moving items from
Activity
to
ViewModel
there are almost all
android.**
import
that are going in
ViewModel
but what I read is That
ViewModel
class cannot have
android
imports
g
ViewModel can have Android imports, please read ViewModel documentation, there is a couple videos form Google IO and another conferences. And also your question not related to Kotlin
👍 2