diff --git a/README.md b/README.md index d70dd95..8f8266c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,27 @@ # Shuffler An android App which Shuffles your favorite songs in the best possible way. + +

Objective

+The main focus of Shuffler is to Shuffle a user's music playlist in such a way that the next song that gets played is what the user will most probably want to listen. Various factors are taken into account while shuffling a saved playlist like playback count, Average playing duration, Artist, Genre, Release date and like count from a particular user. + +*** + +You can run this Android app on Appetize.io here. + +

YouTube Demo

+ + +

Screenshots

+ +
+ + + +
+ +
+ + + +
diff --git a/app/src/main/res/fonts/Arapey-Italic.ttf b/app/src/main/res/fonts/Arapey-Italic.ttf new file mode 100644 index 0000000..f781242 Binary files /dev/null and b/app/src/main/res/fonts/Arapey-Italic.ttf differ diff --git a/app/src/main/res/fonts/Montserrat-Light.otf b/app/src/main/res/fonts/Montserrat-Light.otf new file mode 100644 index 0000000..a01805f Binary files /dev/null and b/app/src/main/res/fonts/Montserrat-Light.otf differ diff --git a/app/src/main/res/fonts/Montserrat-Regular.otf b/app/src/main/res/fonts/Montserrat-Regular.otf new file mode 100644 index 0000000..85d0c1e Binary files /dev/null and b/app/src/main/res/fonts/Montserrat-Regular.otf differ diff --git a/app/src/main/res/fonts/Montserrat-SemiBold.otf b/app/src/main/res/fonts/Montserrat-SemiBold.otf new file mode 100644 index 0000000..aee9dd2 Binary files /dev/null and b/app/src/main/res/fonts/Montserrat-SemiBold.otf differ diff --git a/screenshots/Screenshot_2018-05-20-14-59-47-654_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-14-59-47-654_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..53d0621 Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-14-59-47-654_com.example.anujsharma.shuffler.png differ diff --git a/screenshots/Screenshot_2018-05-20-15-02-39-938_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-15-02-39-938_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..4ec9ab9 Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-15-02-39-938_com.example.anujsharma.shuffler.png differ diff --git a/screenshots/Screenshot_2018-05-20-15-03-01-584_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-15-03-01-584_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..9a06f07 Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-15-03-01-584_com.example.anujsharma.shuffler.png differ diff --git a/screenshots/Screenshot_2018-05-20-15-04-15-523_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-15-04-15-523_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..e65473a Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-15-04-15-523_com.example.anujsharma.shuffler.png differ diff --git a/screenshots/Screenshot_2018-05-20-15-28-50-927_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-15-28-50-927_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..a6465a7 Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-15-28-50-927_com.example.anujsharma.shuffler.png differ diff --git a/screenshots/Screenshot_2018-05-20-15-30-35-472_com.example.anujsharma.shuffler.png b/screenshots/Screenshot_2018-05-20-15-30-35-472_com.example.anujsharma.shuffler.png new file mode 100644 index 0000000..3898697 Binary files /dev/null and b/screenshots/Screenshot_2018-05-20-15-30-35-472_com.example.anujsharma.shuffler.png differ