0

I am new in this section. I searched and what i get is view pager for swipe pages.

Could anybody tell me how could i make perfect swipe and which technique should i use.

Here is the link which i get

<com.viewpagerindicator.TitlePageIndicator
    android:id="@+id/titles"
    android:layout_height="wrap_content"
    android:layout_width="fill_parent" />

I have the following doubts:

Using Viewpager can i swipe pages?

Here is the image what i want to do:

enter image description here

If i can, then could i do this in every direction

@Thanks !!!

3 Answers3

1

I think jFeinstein's SlidingMenu is just what you need. I've use it many times and compared to the rest I've tried, it's the best choice for me.

Although you can try the Sliding Layer from the 6wunderkinder team, haven't tested it but seems really nice visually ;)

luixal
  • 906
  • 1
  • 9
  • 10
0

Swiping ViewPager you can vist it:

viewpage

R KiranKumar
  • 825
  • 1
  • 8
  • 27
0

Seems like you need Fly menu.. There are many open source library available for it.. You have a look at this one..

Akhil
  • 6,667
  • 4
  • 31
  • 61