ataulm / muvi

Apache License 2.0
39 stars 3 forks source link

Is it possible to load content from dynamic modules? #24

Open ataulm opened 5 years ago

ataulm commented 5 years ago

I think using dagger multibinding, it must be possible to load content from dynamic feature modules.

This would be really important to talk about. This issue is a reminder to myself as I'm doing the initial bit on dfms.

A usecase includes: levels in a game as downloadable content. Don't want to load these modules or their assets if unnecessary, but could they be exposed through an interface such that content from multiple modules could be displayed in a list in a screen in the base app?