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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 27, 2016 at 11:25 AM
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.
Reply by Laniemme
on March 27, 2016 at 11:32 AM
Thanks Travis, I'll give it a try :)