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.
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.
Hello Friends i want to implement sliding Menu i like IOS 7 in android below is the URL how is one implemented in IOS.
https://raw2.github.com/romaonthego/RESideMenu/master/Demo.gif
for view full animation please visit above URL.
i want to implement same in android.
for implementing this my strategy is i am taking frame layout and using scale and Translation animation together.
if someone already implemented such type of view or have some thought about it so please share.
This is what u were looking for :)
https://github.com/SpecialCyCi/AndroidResideMenu
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.
How to create a slide view to left and right like given in Mozilla Browser App in Android?
Any valuable suggestions and links to tutorials will be helpful..
Use View Flipper..
Check out the links
http://shenhengbin.wordpress.com/2012/03/20/android-practice-viewflipper-sample/
http://blog.kerul.net/2010/11/using-fling-motion-gesture-in-android.html
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.