Closed abunayem closed 6 years ago
Your adapter must implement getSectionName()
. There you can return everything you like. For example only the first letter of a string attribute of your item.
Maybe show some code with your current adapter implementation.
it's working very well. but I want to show item first letter in bubbleText. how can I achieve this?