How to manage MVVM architecture when using socket feeds
Hi already have android application which is in MVVM architecture, Now I am integrating socket for real-time feeds. I am confused here how to pass fit that real time data in that architecture. This Data is directly call inside fragment or pass to view model?