anitab-org / mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
https://github.com/anitab-org/mentorship-android/raw/apk/app-debug.apk
GNU General Public License v3.0
167 stars 379 forks source link

Use paging 3 for members list #1166

Open epicadk opened 2 years ago

epicadk commented 2 years ago

Is your feature request related to a problem? Please describe.

Currently we are using a custom endless recycler view listener

Describe the solution you'd like

Use the paging 3 library instead.

Describe alternatives you've considered

NA

Additional context

https://developer.android.com/topic/libraries/architecture/paging/v3-migration

bosankus commented 2 years ago

@epicadk Can I work on this ?

bosankus commented 2 years ago

@epicadk @isabelcosta Can I start working on this ? Can I get assigned?

vj-codes commented 2 years ago

@bosankus hey assigning you Happy coding!

bosankus commented 2 years ago

Implemented feature from issue #1174 will be updated in this issue via future commits.

bosankus commented 2 years ago

@vj-codes apology for making it late. am already working on this issue. and already made few commits on my branch. Can I continue and deliver as soon as possible?

bosankus commented 1 year ago

Hi @vj-codes I have made the changes and want to create a PR for this from my forked repo. Can I get this re-assigned to me ? You can check my updated code here: https://github.com/bosankus/mentorship-android/tree/paging3-member-list