I need to create a list of custom widgets (each widget contains 4 labels).
Do i need to create some custom list model to achieve this?
I've been reading docs for 2 hours, but i can't still get - what do i need to create that list of custom widgets. If someone could tell me the theory about what should i do (not the code, but the steps, example: create new project, create class called ListModel, where u need to write the new model for your list, because... and so on) I would really appreciate that.
I need to tell you, that i have to do this using MVC...