I have downloaded the source code from github. It works fine. I want to implement this type of application, but my problem is here in the class PageProvider
it has:
private int[] mBitmapIds = { R.drawable.obama, R.drawable.road_rage,R.drawable.taipei_101, R.drawable.world }
If I am adding some more images in this array from my drawable
folder, those images are not shown when I am running this code.
Tried to add more images for page curl effect. And tell me what I am doing wrong.