I am trying to make an android application with a list of movies showing on the home page , and when the user scrolls , the pagination should load more movies.
Like this. But I went through the OMDB Api and it seems I can only get movies based on their IMBD Id or Title. In my use case I need a list of movies maybe randomly without searching for it or having an Id.
Is there any way i can implement this using OMDB api , Is there an end point which I am missing ?
Note : I can only use the OMDB API.