I have a Array list which contains Objects of Restaurants
ArrayList<Restaurants> array_sort = new ArrayList<Restaurants>();
Restaurant object is contain its name and Id. Beside of that there is a Alphabetical Index. I need to go for the specific letter in the array when user click on the index letter. This image will give you a good idea.

Thanks in advance !