CSwala / CSwala-android

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

Closed deepsjuneja closed 3 years ago

deepsjuneja commented 3 years ago

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