google-research / CVD-paper-mobile-camera-example

Apache License 2.0
33 stars 7 forks source link

Moving DB and SensingEngine singletons to their respective classes #78

Closed MJ1998 closed 7 months ago

MJ1998 commented 7 months ago

Extending PR #61 Moving the db singleton instance is required to use from other interfaces apart from SensingEngine interface.

Application to now directly use SensingEngine.getInstance(context) instead of SensingEngineProvider.getOrCreate(context)