问题
I'm using android viewmodel, but I'm not able to pass and access data of an activity viewmodel from another activity. I can only do that with fragment.
Should I use library like EventBus to share data between few activity?
What is the best pratice?
来源:https://stackoverflow.com/questions/52315691/viewmodel-share-data-between-activity