Here is a roughly sketched image:
The problem scenario:
The header of the list contains an Image and two text views which come from a tableA
The MyLibrary section is a static text without a data source.
The create Group is also a textview with static text - without a source such as a Table or DB.
My Groups section is populated from a Database Table say tableB
I want the whole section to scroll, on scroll and not individual parts. Properly like a list scrolls. I dont want to use two lists as that will break the guidelines.
So some parts of this list are from a Database and some are defined on the fly. I have come across expandable list views and have worked with custom list views as well. So complexity would not be a problem here. However I am confused What to use, what would be the best option to fit in this scenario. Fast efficient and hassle free?