Hi There! I Know i need to get this request: https://developers.themoviedb.org/3/genres/get-movie-list , How i can to show my movies from genres? I want to display my movies also into the genres list
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de ticao2 🇧🇷 pt-BR
em 28 junho 2020 às 11:02 AM
I didn't quite understand what you mean by My Movies and Display My Movies. But...
With this API Request that you posted, you receive the list of Genres used in TMDb and the respective IDs.
So, to get a list of movies that have one of the Genres, you need to make a Get / discover / movie Request specifying the Genre ID.
For example Animation = ID 16
Resposta de JRustam
em 28 junho 2020 às 11:08 AM
Ok, i understand u. But right know after this request i dont understand how to display list of genres with movie, explain please.
Resposta de JRustam
em 28 junho 2020 às 11:13 AM
I just want to display a list of genres, then the user clicks on the genre and the list of movies comes out.
Resposta de ticao2 🇧🇷 pt-BR
em 28 junho 2020 às 11:18 AM
Where do you want to see this list of Genres?
On some website? On your website?
Resposta de JRustam
em 28 junho 2020 às 11:19 AM
In my application, Android application
Resposta de ticao2 🇧🇷 pt-BR
em 28 junho 2020 às 11:23 AM
On an Android APP that you bought and installed on your Mobile?
Or on an Android APP that you are programming?
Resposta de JRustam
em 28 junho 2020 às 11:27 AM
I am programming
Resposta de JRustam
em 28 junho 2020 às 11:32 AM
Can u explain me please! I want to resolve this problem.
Resposta de ticao2 🇧🇷 pt-BR
em 28 junho 2020 às 11:32 AM
In this case, when you are a programmer building something, what we can suggest is to visit this page:
https://www.themoviedb.org/documentation/api/wrappers-libraries
It is possible to select the Programming Language.
Resposta de JRustam
em 28 junho 2020 às 11:37 AM
Thank u! But i dont need a library. I just want to know how i can get List of genres and if user clicks genre i will show the movies with this genre.
Resposta de ticao2 🇧🇷 pt-BR
em 28 junho 2020 às 11:48 AM
This is a matter of Programming.
So you need the assistance of a programmer, in the programming language you are using.
Usually, Travis Bell who is responsible for programming TMDb, suggests to users and programmers to seek help at Stack Overflow
And I think you might find help by searching https://github.com/
I don't personally know any programmer who works with Android.