标签: android android-camera android-location android-hardware android-mvp
我一直在制作一款使用Android相关硬件组件的应用,例如麦克风,相机和位置。我听说 MVP 并想在我的应用中应用它,到目前为止,我已经能够将database和storage从activities分开,但我可以'我明白应该在MVP中放置硬件资源的位置,所有文章和示例都告诉您如何实现它,但没有发现使用硬件组件的情况。我在想是否可能要将它放在MVP之外并让Presenter与他们交谈,但他们可能需要android activity context?
Android
database
storage
activities
MVP
Presenter
android activity context