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
بتاريخ مارس 27, 2016 في 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
بتاريخ مارس 27, 2016 في 11:32 صباحا
Thanks Travis, I'll give it a try :)