page-curl

Using muPDF with curl/flip effect

坚强是说给别人听的谎言 提交于 2019-11-27 17:54:07
问题 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

How can we show Page Curl Animation on click of the Button in android

拟墨画扇 提交于 2019-11-27 17:53:09
问题 I am using the Page curl animation in my application. Code can be found here: https://github.com/harism/android_page_curl/. That code is working fine but i want to make some Modifications in it. 1.To display the image on full screen with no background. 2.I want to show this curl animation on click of the button also. The code for the mail CurlActvity class is http://pastebin.com/ZLzP6Zxt at there. If anyone have some Idea about where i have to made changes the code then please help me. Any