3

I am writing an Android app that shows books on a shelf and I'm using buttons with an image to display them.

My problem is that when I click the image it should zoom closer, but the background of the bookshelf should still be visible. I'm not sure how to do this, can someone help?

Jasper
  • 2,166
  • 4
  • 30
  • 50
  • 1
    This might answer your question: http://stackoverflow.com/questions/2176922/how-to-create-transparent-activity-in-android – Sparky Jan 16 '12 at 12:47
  • Thanks for your comment... I need an effect similar to lightbox when I click that image.Once again thanks for your reply. –  Jan 16 '12 at 12:54

1 Answers1

0

You can use coverflow in github.

http://www.codeproject.com/Articles/146145/Android-3D-Carousel

And use anim for zoom in image and zoom out,slide in and out etc.,

May be this might help you

Shadow
  • 6,864
  • 6
  • 44
  • 93