I have used Harism's Page Curl animation for my application, but I have been trying to add multiple pages as like a book of 100 pages.
Harism's Page Curl animation project
Can anyone please help me with this
I have used Harism's Page Curl animation for my application, but I have been trying to add multiple pages as like a book of 100 pages.
Harism's Page Curl animation project
Can anyone please help me with this
如果您只是想添加更多页面,请编辑 CurlActivity.java 中的行:
private int[] mBitmapIds = { R.drawable.obama, R.drawable.road_rage,
R.drawable.taipei_101, R.drawable.world };
并更改页数:
@Override
public int getPageCount() {
return 5;
}
但这仍然要求您只使用图形......我仍然没有使用文本视图的答案。
你可以编辑......像这样在卷曲活动......
d.setBounds(r);
d.draw(c);
c.drawText("Double Tap For Zoom", 100, 60, p);//for drawing text