myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
604 stars 114 forks source link

using this library for another language #72

Open AmirMohammadBidar opened 4 years ago

AmirMohammadBidar commented 4 years ago

is this library capable of handling another language? like persian?

IvanAbakumov commented 1 year ago

Hello @AmirMohammadBidar,

I think any language can be used in this library.You need to find the class "RecyclerViewAdapter". It has a variable "mSections". In the current implementation, there is the English alphabet. You can set yours alphabet.

Example:

private val mSections = "ا ب پ ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن و ه "