android / uamp

A sample audio app for Android
Apache License 2.0
13.09k stars 3.75k forks source link

Any Plans to include Dagger Hilt and StateFlow in future Release with media3 and jetpack compose #504

Open pawaom opened 1 year ago

pawaom commented 1 year ago

Any Plans to include Dagger Hilt and StateFlow in future Release with media3 and jetpack compose

While the UAMP code has incorporated coroutines, media3 and jetpack compose in the new implementation , however why have they not included dagger hilt and stateflow both developed by google.

Generally it is recommended to use latest technologies and we are required to keep projects updated to the latest android versions and other such requirements, the standard pattern is not followed with examples provided by google itself. comparing the mediasession demo provided by media3 and UAMP , both have followed totally different development paths. This can cause confusion among new developers as to which standard we should follow.