Best tutorial ever on endless scroll from server side paginated API. Will you add a video on how to implement searchview by searching from server on the same paginated recycler view?
but what if want to load different things instead of toprated? the "load next page" will still load top rated films instead of whatever else you searched for...how would you fix that?
java.lang.NullPointerException at com.example.app.paginations.MainActivity.fetchResults(MainActivity.java:111) there is an error in return topRatedMovies.getResults(); method why?
go to the moviedb website signup and create a api token, in the project file, open gradle.properties you will find a variable MyTheMovieDBApiToken and paste it there
go to the moviedb website signup and create a api token, in the project file, open gradle.properties you will find a variable MyTheMovieDBApiToken and paste it there
Best tutorial ever on endless scroll from server side paginated API. Will you add a video on how to implement searchview by searching from server on the same paginated recycler view?
how to page variable initialize when I click any recycler item and go to next fragment and press back button for go to previous fragment.
Good tutorial. The app only show the progress circle only. No data are shown. Please update the source code.
If I change totalpage =22 ...it is not working..... please check and fix the issue
Hey Sir, my application recyclerview lost first page after resume activity. Can you help me with this problem?
but what if want to load different things instead of toprated? the "load next page" will still load top rated films instead of whatever else you searched for...how would you fix that?
Can't load data when total_pages > 10 ? Please help me
your project error sir. MoviesResponse.getResults()' on a null object reference
please help
it's really useful. but why it's not showing scroll bar?
user can know his position, If he see scroll bar
why you used the pracelable and comparator in the model package . Can you explain the why it was used ?
In Android we cannot just pass objects to activities. The objects must be either implements Serializable or Parcelable interface to do this.
thanks for this tutorial it's helpful may God bless you
Wonderful tutorial bro just what i needed thanks
how to limit data that appears per 10?
Sir I am reqular visitor to your channel, can you please make tutorials on making online music player app like SoundCloud 🙆.
java.lang.NullPointerException
at com.example.app.paginations.MainActivity.fetchResults(MainActivity.java:111) there is an error in return topRatedMovies.getResults(); method why?
Its because response is returning null. The error in response is 401
That is because of the api key I think so
go to the moviedb website signup and create a api token, in the project file, open gradle.properties you will find a variable MyTheMovieDBApiToken and paste it there
what is THE_MOVIE_DB_API_TOKEN in the main activity and if i am using the same api and json for yours
you have the api token?
@@JuanVasquez-il5gb No buddy i learn now this
go to the moviedb website signup and create a api token, in the project file, open gradle.properties you will find a variable MyTheMovieDBApiToken and paste it there
why my program cant load when total pages > 10 ?
Are you sure your API has pagination support ie pages
you create a cllasifyd app using firbase
thanks a lot ))
very nice video
Infinite squirrel Xd +1
what if my graph url doesn't have "page" parameter...
It must support pagination in some way