Closed jjgonecrypto closed 11 years ago
models and views are two different classes.
views generate standard UI "widgets" based on the model object.
where in the docs does it say it's deprecated?
https://developer.spotify.com/technologies/apps/docs/beta/f19ff300f8.html
This constructor should not be used directly, but is included here for documentation purposes. Implements Observable.
which is the models
one - hence my confusion. so the views
one is meant to be embedded in the app?
Ah. No, so the model object is already created. you can invoke ~models.player.
some of the existing tutorials (such as play a list of songs, and play a song) use code like:
from the API docs it seems that's deprecated to
models.player
instead. i tried the former to and had consistent crashes. can you update the tuts to the latest spec?