In your recommended app TodoMovies 3, the search screen allows you to display a short list of actors as you start typing in the name. To achieve this would require a list of all actors in the TMDb database but I don't see how to use the API to pull that.
Any advice would be welcome. Thanks and keep up the good work!
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 27 marzo, 2016 alle 11:25AM
Hi Laniemme,
All of our searches support "autocomplete" by default, so if you were building a UI and say, sending back a query of an input every 1000ms, you can easily build this type of an interface:
Hope that helps.
Risposta da Laniemme
il 27 marzo, 2016 alle 11:32AM
Thanks Travis, I'll give it a try :)