Add WebView with PageCurl effect in Android -
i trying display text in android has text numbers , bullets have achieved using html page. familiar on how add webview using pagecurl, unable display contents of webview in android.
code :
private int[] mbitmapids = { r.layout.sample, r.layout.sample, r.layout.sample, r.layout.sample, r.layout.sample, r.layout.sample };
this how using page curl, xml files added array displayed in page curl. have tried far :
view sample = getlayoutinflater().inflate(r.layout.sample,null); = (webview) sample.findviewbyid(r.id.admission_procedure_webview); we.loadurl("file:///android_asset/admission_prcedure.html");
i know dumb had try something. googled on unable find solid lead. had mentioned impossible achieve it. found em @ here , here. using 1 of popular page curl library.
how add web view page curl ? appreciated.
after long search, found library helps in achieving page turn in android webview. please noted not page curl has decent effect turning page. can find library here. finally, have come conclusion not possible achieve webview page curl. please let me know if has found how add web view page curl.
Comments
Post a Comment