Using muPDF with curl/flip effect
问题 I'm using muPDF for reading PDFs in my application. I don't like its default animation (Switching horizontally). In other side i found this brilliant library for curl effect on images, and this project for flip-flap effect on layouts. In curl sample project, in CurlActivity , all of data are images and set in PageProvider like this: private class PageProvider implements CurlView.PageProvider { // Bitmap resources. private int[] mBitmapIds = { R.drawable.image1, R.drawable.image2, R.drawable