I have a ArrayList
of model class which has 3 different keys
Feeds
, Category
and Tags
They are mixed in the list
but I want to arrange them in specific ways
Like
Feeds related data needs to display first, then Category related data and then Tags related data
Doea anyone has idea how to do this?