3

I want to implement image reposition like facebook cover in my android app. Actually I don't have any background to do this. How can I start it?

Vahid Javaherifar
  • 155
  • 1
  • 2
  • 8
  • 1
    i think sliding drawer/menu will help you. https://github.com/jfeinstein10/SlidingMenu & https://github.com/gitgrimbo/android-sliding-menu-demo & http://stackoverflow.com/q/8657894/582571 – rajpara Aug 17 '12 at 01:24

1 Answers1

1

If its a graphics thing, check out opengl. If its swipe thing check out viewpager. Most likely you have to use a SurfaceView, some transparency and then draw the image onto the surface view as needed.

hasanghaforian
  • 13,858
  • 11
  • 76
  • 167
Code Droid
  • 10,344
  • 17
  • 72
  • 112