Music-Player-GO icon indicating copy to clipboard operation
Music-Player-GO copied to clipboard

[FR] Tabbed fragment for queue and playlists

Open enricocid opened this issue 3 years ago β€’ 1 comments

Here is the implementation that comes to my mind:

  • Tabbed fragment showing queue and playlists fragments.
  • (Queue will be saved to a room database when the user exits the app).
  • Loved songs feature will be dropped.
  • There will be only one button in controls panel to open the fragment.
  • (Move all songs tab to this fragment?).

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

enricocid avatar May 21 '21 08:05 enricocid

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.

OxygenCobalt avatar May 21 '21 20:05 OxygenCobalt