Is there an Ionic equivalent of Android Recyclerview?

Hi All,

Just wanted to check if there is something similar to Android Recyclerview in Ionic Framework. Would appreciate if somebody can point me in the right direction.

Thank you.

So looks like there is nothing like it in Ionic.

Did you get any answer for it. As i am also looking for a component like that

@Revva - no luck yet. :frowning:

?

As @Tommertom has alluded to, Virtual Scroll is the closest thing I can think of.

I’d imagine once Capacitor supports the mixing of native and web gui components you might be able to add the actual Recyclerview to your app.

Hi @gauz09,

A year ago, I was also looking for the same thing as Android Recycler-view in Ionic. And I found virtual-scroll but after implementing that the view performance doesn’t meet my expectations. It was very worst than Android’s recycle view. It was displaying 800+ records in ion-list.