I am working on an Android Application and trying to follow MVVM design pattern. I have a listView and the question is whether the Adapter should be part of the ViewModel class? What is the best way to structure this with MVVM design pattern?I am working on an Android Application and tryi