android_developer
android_developer

Reputation: 673

Page curl effect in an Activity in android

Hi i'm a new t android and its animations.

I am developing a android app where in i need to make a book for the text and have to give a curl effect to the books page. I have seen may page curl examples on the internet till now. But they all have the images on them and a curl effect is given to them.

I wanted to ask whether it is possible to have a curl effect given to activity in android or not? As i have text to be written on the activity as well as other features like bookmark and search.

Thanks in advance

Upvotes: 2

Views: 5213

Answers (1)

sandrstar
sandrstar

Reputation: 12643

I would suggest to use code.google.com/p/android-page-curl and take screenshot of the activity before doing it like mentioned here. After that just use page-curl with obtained images.

Upvotes: 1

Related Questions