We have been aiming to develop a minimal viable product. The task for this week was to build a preliminary database and to figure out how to extract songs from the user's device (i.e. the songs from the native iOS Music application). Both tasks have been accomplished! A model was created using Core Data and songs were imported from the local device into Core Data. Below are a couple screenshots of several of the components that have been developed.
 |
Show a table of songs pulled
from the user's device |
 |
Enable viewing of a song's cover
art from the universal library |
The next task is to implement the ability to play the songs in addition to extracting meta data about the songs stored locally. The next logical step would be to combine multiple users' libraries into a single table.
No comments:
Post a Comment