goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Implement Dependency Injection using Dagger2 in the MediaPlaybackService #57

Closed goldy1992 closed 5 years ago

goldy1992 commented 5 years ago

Remove boiler plate coded constructors in MediaSessionCallback MediaPlaybackService MediaPlayerAdapter

by removing the creation code within the constructor and replacing them with @Inject annotations

goldy1992 commented 5 years ago

Merged to develop