i want to curl the page on the touch or drag the page to show the curl effect
like in iphone and ipad. I have searched over the net and came accross this link :-
Page curl/turn effect in Android
but the code listed out there is for curling a bitmap while i want to curl a view
Is there any possibility that using view type animation in android i can achieve this??
The code listed out on the link is heavy to understand bt still is there a possibility that
changing the code above will make me achieve this task??
Related
I am trying to develop a custom gif keyboard for my company with very little experience. I want to pull gif images from our company server into a simple gif keyboard so that our marketers can text gifs to accounts. So far I have found information on
developing an IME: https://developer.android.com/develop/ui/views/touch-and-input/creating-input-method#java
adding image support:https://developer.android.com/develop/ui/views/touch-and-input/image-keyboard#kotlin
setting up a content provider:https://developer.android.com/guide/topics/providers/create-document-provider
and even sample code for a Commit Content Sample IME
I really am just needing some basic code to generate a gif keyboard like the image in the developer documentation, but am not quite finding the resources necessary to achieve that.
Example of Image Keyboard
I feel like I've got all the pieces but no instructions for how to assemble them. Any guidance would be greatly appreciated.
Specifically, I'm not sure how to code to access my content provider in the Commit Content Sample IME sample code. What code do I use and where does it go?
I am attempting to code a display page like a blog where an image can be placed anywhere and text anywhere aswell. Some pages may only have 1 image and another has 2 images.
However, I do not want to hard code this. I want to achieve something like this as seen below.
I am currently using firebase and android studio for my application so far.
I'm working on a project where i need to change between different Webviews on swipe. I want to apply a page curl animation to the webviews on each swipe, i.e., when we swipe on a webview it should get curled and the next webview should be displayed. Can anyone please help me regarding this.
Thanks a lot.
It's not possible (asfaik). There is a similar post here, where they suggest javascript but it only seems to work for iOS. That said you could try taking an image of the screen and putting it as an overlay of the webview and then use page curl on the image.
i am using andengine. i have created different Scenes on which i am showing different images. I wanted to add page curl effect for each scene. How will i able to do that? or Is it possible to add page curl effect for different scenes ?
Have a look at dis:
android_page_curl
I'm bit new to android animations. Currently I'm developing an story activity which needs to use page curl animation like in iphones. As I found there is a way to do that in iphone. But still i couldn't find a way to do in android. so please help me on this.
Thanks to you all
There is a project in google code that solves that:
http://code.google.com/p/android-page-curl/
also, i've looked for good solutions and here is results of my researching:
App in the Google play with curl animation:
https://play.google.com/store/apps/details?id=com.flyersoft.moonreader
Project on the Github (both are used to images only):
https://github.com/harism/android_page_curl
http://code.google.com/p/android-page-curl
Topics:
Page Curl Animation in android?
Implement page curl on android?
Android page Curl animation