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!
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 03 月 27 日 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.
Laniemme 的回复
于 2016 年 03 月 27 日 11:32上午
Thanks Travis, I'll give it a try :)