I want to create fragment which would display static menu as a set of rows in a list.
I like iOS method with static cells in a tableview. How can I achieve this in andro
Unfortunately, list view definition via xml is forbidden. Mess with adapters is required instead.