android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Apache License 2.0
15.51k stars 3.32k forks source link

which layer should the mediaplayer be #317

Open ikidou opened 2 years ago

ikidou commented 2 years ago

Hello, if this project has player that can play the movie,which layer should mediaplayer be, Fragment, viewmodel or usecase? I searched on the internet and I can't find solutions, thanks.