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!
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 27 de marzo de 2016 a las 11:25
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.
Contestado por Laniemme
el 27 de marzo de 2016 a las 11:32
Thanks Travis, I'll give it a try :)