facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

Viewpager2: Shimmer on RecyclerViews freezes UI #137

Open micstepper opened 1 year ago

micstepper commented 1 year ago

Hi guys,

I have ViewPager2 up and running with four pages, all having shimmer effects on their RecyclerViews. When I load the ViewPager2 the first time, it takes a very long to initialize all views. If I delete all shimmer effect relevant tags from fragment-xmls which are mapped to my ViewPager2, its lighting fast. Any ideas?

hazemhabebRPMA commented 1 year ago

having the same problem here