Slightly - Iterate through List<Map<String,List<Pojo>>>
Hi Team, I was wondering if it's possible to iterate through a list of Maps which contains a list of Pojo. This is because the actual requirement is to display a "categorized" list. i.e:
- Animals
- Bird
- How to Take care of your bird
- Another Page Example
- Cat
- how to ...
- another Page
- Bird
I was checking some of the past post reading how to iterate over Map but seems like none of the solutions below have worked on.. (I'm thinking if this kind of implementations is valid).
if you have any inputs or guidance in how to accomplish this. I'll be very grateful with you guys