Swipe image while other images are visible to each other .

amn.bassam

New member
Jul 7, 2014
2
0
0
Visit site


in my android app i need swipe some logo ( as .png extension ) to left and right and And choosing one of them to open new activity .
This is a Typical sketch of my plan(http://s1.uploads.im/gM4Y7.jpg) , at the top of my activity i have viewPager to slide some photo , at the bottom of this slider , i need another slide show or something like this for slide some logo to left and right and other logo are visible to each other .

 
Aug 5, 2014
9
0
0
Visit site
You can organize logos using ViewPager just like top images. It is possible to set ViewPager such way that siblings are visible. Every page will be some layout with background set to png file (from drawable folder). You have to add attr "clickable=true" to layout and set onclick listener. And this listener will start new activity.