adilanchian / MoodyMusic

Xamarin cross platform app that pulls the top Spotify playlists based on your mood
0 stars 1 forks source link

Feature: Favorites Playlist #1

Open adilanchian opened 6 years ago

adilanchian commented 6 years ago

There should be a section of the app that allows someone to favorite a selected playlist.

This feature should allow for some UI element, such as a heart, that signifies that a playlist that comes back should be save to app memory. My thought is to setup a SQLite server for offline storage and hook it up to an Azure server that holds the person's data by Spotify username.

adilanchian commented 6 years ago

Finally going to start this today.

First step is to setup offline/online storage. My plan is to use Sql Lite for this as I need more experience with SQL.

adilanchian commented 6 years ago

Great guide: https://blog.xamarin.com/getting-started-azure-mobile-apps-easy-tables/