I want to use Harism project in my application. I want to know how can I change the code for right to left languages.
Harism works in one page and two page mode. I guess if I can show left page in one page mode I can use it in my project.
Can anybody help me how can I change the code?
Ok, it is very easy to reach what you want. You should just put 10000 or more to value which returns to
getPageCount()method inPageProviderclass. In main Activity class you can setmCurlView.setCurrentIndex(getPageCount())value toCurlViewclass index. When you reach your book's end page you can simply set 1 or 0 value bymCurlView.setCurrentIndex(0)in your main Activity class.