harism / android-pagecurl

An example application for creating page curl/flip effect on Android using OpenGL ES.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to add more then 5 images

waqasahmedmir1996 opened this issue · comments

Hy @harism Thanks for the great script. i really appreciate you. i have only one issue which is that i uploaded lots of images but only showing 5 image what can i do for that. Thanks in Advance

Inside mBitmapids array insert all your drawable files,

Like this

mBitmapids = {R.drawable.yourImage, ....}