If a custom list control is to be created for S60 5th edition phones, what is the best way to do this?
The control should provide a rich representation of the data in custom layouts. It should be possible to include images, texts, buttons in each element. Each list item should be able to expand / collapse to provide more detailed information about the item, and the rest of the list should adapt to the remaining screen.
Are you aware of any Symbian application that has a control similar to this?
Since this control also needs to be flexible, I was thinking of using some kind of interface layout that is custom XML. So far I have come up with HTMLControl for Symbian . What else can you recommend? What is your best practice?
The user interface is closely related to native C ++ code, so I do not consider WRT.
source
share