GDSC-PHCET / gdsc-android-app

Community App of Google Developer Student Club @ PHCET
https://play.google.com/store/apps/details?id=com.finite.gdscphcet
13 stars 28 forks source link

Fix #39 : Added Shimmer Loading effect in RecyclerView #41

Closed MohitGupta121 closed 2 years ago

MohitGupta121 commented 2 years ago

Fixed #39 Shimmer Loading effect in HomeFragment while data gets fetched

Below is the demo video for the issue fixed:-

https://user-images.githubusercontent.com/76530270/158065537-8558a79d-c9f4-40ee-a304-807034d7de84.mp4

MohitGupta121 commented 2 years ago

@fin1te can you please review my this PR for issue #39

MohitGupta121 commented 2 years ago

Had a small bug where visibility was not set to gone after data was loaded.

No, I add the visibility Gone but let me see