Implementation of song/album/artist page list

This commit is contained in:
CappielloAntonio 2021-07-30 17:12:08 +02:00
parent 051ba23b58
commit b5eaa1e523
17 changed files with 550 additions and 40 deletions

View file

@ -25,9 +25,8 @@ public class Song implements Parcelable {
public static final String BY_GENRES = "BY_GENRES";
public static final String BY_ARTIST = "BY_ARTIST";
public static final String BY_YEAR = "BY_YEAR";
public static final String IS_FAVORITE = "IS_FAVORITE";
public static final String STARRED = "STARRED";
public static final String DOWNLOADED = "DOWNLOADED";
public static final String RADIO = "RADIO";
private String id;
private String title;