This extension is the adaptation of the android RecyclerView widget. It is composed of several parts, first the RecyclerView extension, which is the widget that makes it possible to create dynamic lists of any type.On the other hand, there are also various widgets that can be used to build our items.There are also extensions that are compatible with RecyclerView for Kodular, these extensions work as tools to facilitate or provide different additional functionalities.In a very vague summary, it can be said that with RecyclerView any type of lists can be made, but they are not just lists because in reality it makes use of a property called layoutmanager that the RecyclerView has. Through this mentioned property, you can change how the items will be displayed. Currently the extension has implemented: “ListView”, “GridView” and “StaggeredGridView”, this means that effectively, we can do more than lists.
Main Features:
The features depend mainly on the widgets used:
LinearSnapHelper : The implementation will snap the center of the target child view to the center of the RecyclerView .
PagerSnapHelper: PagerSnapHelper can help achieve a similar behavior to ViewPager .
AppInventor support (Migrating to AndroidX)
Image referring only to SnapHelper (in a Kodular project using the Fancy RecyclerView extension). See the full demo in the post above or at https://recyclerview.tedusoft.com
Yes, it works offline, it does not depend on a connection at all and you can also achieve that design, it is a good idea, I can show a demo if you want.
Hum, Please share the demo, I want to purchase this extension if this extension capable of fast image loading.
Already I have many listview extension but when I load 250+ data then it’s show this error :
java.lang.OutOfMemoryError: Failed to allocate a 234270732 byte allocation with 12573184 free bytes and 176MB until OOM
Is ready, the extension has a ZImage widget which lets you compress the image with a scale property this helps to save memory and also it uses a image loader to prevent that error.You can also place an image placeholder to display while images are loading (I forgot to place it so it’s not in the video). The overlay of the widgets can be achieved thanks to the ZStack widget that comes by default with the widgets.
I am leaving two attached videos. See Components
Sorry for the poor quality of the first one, I can’t attach files larger than 4mb
For now it does not have a video player widget (can be integrated soon), but as seen in the demo, it is possible to create several types of views (in the same recyclerview) for the items. The widgets available for now are found on the extension’s website.