vlayout
LayoutManager extension for RecyclerView
... of external is supported, new LayoutHelper is registered, and special layout mode is realized. By providing a custom LayoutManager to RecyclerView, VirtualLayout is able to layout child views with different style at single view elegantly. The custom LayoutManager manages a serial of layoutHelpers where each one implements the specific layout logic for a certain position range items. By the way, implementing your custom layoutHelper and provding it to the framework is also supported.