An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.
54
stars
51
forks
source link
Fix #168: Added Pagination to ExploreFragment and PortalFragment and updated search functionality #193
Fixes #168: Added Pagination to ExploreFragment and PortalFragment using Paging2 library and FirestorePagingAdapter. Also updated search functionality in both the fragments to be compatible with FirestorePagingAdapter.
Checklist
[x] The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
[x] The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
[x] The PR does not contain any unnecessary auto-generated code from Android Studio.
[x] The PR does not break any part of the existing code.
[x] The PR creator have carefully read & adher to the contributing guidelines of the project.
[x] The PR is made to the branch that's called "develop".
[x] The PR is made from a branch that is up-to-date with "develop".
Explanation
Fixes #168: Added Pagination to ExploreFragment and PortalFragment using Paging2 library and FirestorePagingAdapter. Also updated search functionality in both the fragments to be compatible with FirestorePagingAdapter.
Checklist