[PAID] Recycler View - An Extension for creating recycler view in your apps

Version 4

Version 4 of the recycler view extension is released.
In this version, A lot of feature and changes are made.

What’s New

  • Move Item listner has added. Now you can move views.

  • Remove Item listener has added. Now you can remove views with position

  • Item change listner has added. Through this block you can update your view with specific position.

  • Views can be draggable now. Draggable property added.

  • Views can be swiped horizontally. Many properties has added fot swiping views.

  • Reverse Layout has added. Now you can make recycler view to work reversly. It may help you to make chat view designs and something.

Bug Fixes

  • Extension was not working on App Inventor and its distros. Now it has fixed :slightly_smiling_face:

Changes

  • Extension now works on all app inventor distros.

  • Extension size has been reduced a lot from 450kb to 80kb. This has possible with super powerful rush. Thank you @Shreyash for your awesome rush.

Blocks Added

Three events has been added for item dragging and swiping.

Listners Added

These are listeners for telling the recycler view that you have changed anything. They are very necesarry for customising your views.

Note:- You would also need to change your list paramters while using these listners. Otherwise you will get same thing after swiping. FOr ex, If you want to remove an item then you would also need to remove that item from your list(names and title…) and you will also need to reduce the total property of recycler view by 1 as you have removed the item.

Properties Added




These are designer properties make view draggable and swipeable.

These features(Draggable and swiping) is available in Custom List View. You can read the docs there and can learn to use thse properties.

Preview

Linear Swiping

IMG_dtgkxw

Grid Swiping

IMG_qwrdjl

Linear Dragging

IMG_gmzcas

I have sent the latest extension to their email. Notify me by PM if I forget you.

Thank you
Sumit​:wink:

9 Likes