greenfrvr / hashtag-view

Android fully customizable widget for representing data like hashtags collection and similiar.
MIT License
337 stars 54 forks source link

Make items show in alphabetically order #22

Closed zunjae closed 7 years ago

zunjae commented 8 years ago

Is there a reason why the item order changes (except for your algorithm)?

I'm trying to display some names but the order keeps changing every time I rotate my phone

ankesh4040 commented 8 years ago

@zunjae Did you find any way out to show items in alphabetical order

zunjae commented 8 years ago

Unfortunately not. I'll probably look into a different library

greenfrvr commented 7 years ago

Implemented different compose modes in v1.3.0. Original and linear. Original is the same as in previous versions. Linear compose mode will save order of incoming data.