How can I make the simplest list using the recyclerview and add there alphabetical scrolling (as in contacts)? Please describe it to me or give me an example of how to do it.
P.S: I'm new in Android development and I've never worked with the RecyclerView before.
Open activity_main.xml file in res/layout and copy the following content.
Create a new side_index_item.xml file in res/layout and copy the following content.
This is the main activity class.
displayIndex() displays alphabetic indexer at the right and sets OnClickListener for TextView.
When a letter from alphabet indexer is selected, it displays corresponding list item.
For more understaing, i will suggest to do google for while, you will get a lot of tutorial. Here is the one I can recommend: http://www.brightec.co.uk/ideas/android-listview-alphabet-scroller