Hello,
I'm creating a simple Android app which display a "ListView" with only the movies posters, ranked by popularity (or alphabetical order). I know I can use the Discover feature for both of them.
Any indications on how I can do it?
Thank you so much :)
Fılmdi nemese kórsetimdi taba almadyńyz ba? Ony jasaý úshin kirińiz.
Want to rate or add this item to a list?
Not a member?
Travis Bell jaýaby
2015 Aqpan 16 kúni 10:18 AM ýaqytynda
Hi jaym,
You won't be able to get the list of posters per movie without calling the /images method on each item. Every item in the list view does however return the top rated poster and backdrop for the language you're querying in the
poster_path
/backdrop_path
field.Keep in mind if you do go out and call the item's image method, you can actually call the main item and the images call with a single HTTP call by using
append_to_response
. Example:Cheers.
jaym jaýaby
2015 Aqpan 16 kúni 10:21 AM ýaqytynda
Thank you very much for your answer. I'm going to look at this.