goldy1992 / Mp3Player

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

Implement coroutine functionality #115

Closed goldy1992 closed 4 years ago

goldy1992 commented 4 years ago

Remove unnecessary use of threads and handlers and use the predefined Coroutine Dispatchers for all concurrent operations

goldy1992 commented 4 years ago

merged to develop