ios - Generate song suggestions (auto-complete) -


i'm developing app , want user able start typing song name/artist/whatever , have list/drop-down show suggestions on fly depending on user typed (preferably user typing).

i thinking need use sort of api queried itunes database songs available purchase (or other large database song information), i'm open using other source.

does know of api can or framework can use. don't need solution in code or anything, i'm asking nod in right direction.

let me know if need anymore information. thanks.

apple exposes search api itunes store. should you. https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

here's writeup apple describing api: https://www.apple.com/itunes/affiliates/resources/blog/introduction---search-api.html

from there, have hit endpoint appropriate parameters , display results. endpoint is:

https://itunes.apple.com/search?parameterkeyvalue 

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -