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?
Asked
Active
Viewed 584 times
3
-
1i 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 Answers
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,498
- 9
- 73
- 157
Code Droid
- 10,134
- 16
- 71
- 111