enricocid / Music-Player-GO

🎢🎼 Very slim music player πŸ‘¨β€πŸŽ€ 100% made in Italy πŸ•πŸŒ³πŸŒžπŸπŸŒ„
GNU General Public License v3.0
1.81k stars 217 forks source link

[FR] Tabbed fragment for queue and playlists #299

Open enricocid opened 3 years ago

enricocid commented 3 years ago

Here is the implementation that comes to my mind:

This is an open discussion. If You have any design suggestion/sketch don't hesitate to share it here. :)

OxygenCobalt commented 3 years ago

I would be careful with room. I tried using it and there was some issue where it would keep the database entries even after "Wiping" them, making the app increase in size every time it was saved. You may want to try SQLiteOpenHelper for any queue saving, even if it means you have to write the SQL yourself.