How can we add an alphabetic indicator to our CardScrollView
like the google glass contact list has.
I currently have my list sorted with a compare statement and they are put in correctly. now when you hard swipe(so it scrolls faster through the cards and the indicator actually shows up) or when you hold the touchpad with 2 fingers the indicator should show up.
Does anyone have any idea how to make sure the indicator shows up and how to check which letter should be shown?
note: should there be used some special layout to achive this?