When I need to interact with an Android peripheral...
# compose
t
When I need to interact with an Android peripheral (like Camera, or BLE. etc) does that type of code go in one's ViewModel, or stay in the Activity/Fragment (which then feeds the data to the ViewModel)?