I have seen this example:- https://github.com/harism/android_page_curl
for implement page curl effect in android,But in this project use Bitmap ,But My requirement is to achieve this using View.Anyone suggest me?
Related
I am trying to display certain text in android which has text with numbers and bullets which I have achieved by using a HTML page. I am also familiar on how to add the webview but as I am using a PageCurl, I am unable to display the 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 is how I am using a page curl, all the XML files will be added to an array to be displayed in a page curl. This is what I have tried so far :
View sample = getLayoutInflater().inflate(R.layout.sample,null);
we = (WebView) sample.findViewById(R.id.admission_procedure_webview);
we.loadUrl("file:///android_asset/admission_prcedure.html");
I know its really dumb but I had to try something. I googled all over but was unable to find any solid lead. Some had even mentioned that it is impossible to achieve it. Found em at here and here. I am using one of the most popular page curl library.
How do I add a web view to page curl ? Any help will be much appreciated.
After a long search, I finally found a library which helps in achieving the page TURN in android with webview. Please be noted that its not page curl but has a decent effect for turning page. You can find the library here. Finally, I have also come to a conclusion that it is not possible to achieve Webview with a page curl. Please let me know if someone has found how to add web view with a page curl.
I have to create this type of layout images are coming from server,images are countless,
at first moment i have 5 imageview to show these five coupons.but when images are more
than five then i have to use a page curl animation to set left images like this.
This snap is the after page curl.but i don't know how to implement this thing. Any helping
hands will be highly appreciated.
Same has been implemented in iPhone application.. So I am looking for help in an Android application.
Any help would be highly appreciated.
I am working with Harism Page Curl(Open GL)
https://github.com/harism/android_page_curl. Its working fine now. Here I want to display the image on the page curl to another view on a click. Could you help me, if it is possible..
You have checked this for page curl on click event? It is also helpful for me.
i have designed an form in that form contain button when i click on the button next page should display in next page also an activity. my requirement is I want to implement page curl animation on button click.
I also got page curl animation code from github https://github.com/harism/android_page_curl , but still am confused with how to implement this project as in my application. can u please tell me how can i do that.
Thanks in advance.
Have a look at android_page_curl. This is easy to implement and and have examples for easy understanding.
Now I am trying page flip animation for web view in android
visit http://github.com/harism/android_page_curl and you can get information on how to page flip, but it is applicable only for images. What would I have to do to apply this for web view?
i had also facing same problem so I'm implementing below link but its not like page curl but full fill my requirement hope your also.
https://github.com/openaphid/android-flip
hope use full for you.