皆さま
お世話になっております。
page curl を使いたいと思っています。
page curl view を初期化してから、viewのパラメータを変更する方法がわかりません。。
(#オブジェクトのIDを参照するのだと思うのですが、方法がわかりません。)
----
初期化( FlipperActivity Class):
this.setContentView(R.layout.standalone_example);
変更したいパラメータ (PageCurlView Class):
/** LAGACY List of pages, this is just temporal */
private ArrayList<Bitmap> mPages;
src:
http://code.google.com/p/android-page-curl/
----
もしご存知の方がいらっしゃれば、教えていただけますでしょうか?
不躾なお願いで恐縮ですが、よろしくお願いします。
荒木