Currently, I am having a ListView
with different list item view for each row (Most cases Different).
I am having 6 different item layout, I will add more in future, and I will have only like 5-15 list items, some time may be less and may be many in other cases.
Some item views contains:
- ViewPager
- ListViews
- ImageViews
- Texviews
- Gridviews
- CAROUSEL
- Webviews
As this is dynamically generated depends on data, I am facing following issues :
- Scrolling Slowly (Some Times)
- List Item height
- Performance
Is RecyclerView
the best solution in this case?