jcunningham77 / MediaCapture

An Android Library that allows for Media Capture using Camera X
0 stars 0 forks source link

VM refactor #11

Open jcunningham77 opened 2 months ago

jcunningham77 commented 2 months ago

Extract android classes to usecases Extract disposable to mixin Inject (hilt)? Unit test

jcunningham77 commented 2 months ago

Extract android classes to usecases DONE Inject w Dagger DONE