StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

Implement horizontal swipping logic for content view like it made at Gmail application. #7

Open StevenRudenko opened 11 years ago

StevenRudenko commented 11 years ago

Scenario:

  1. add ViewPager with few views as content view.
  2. start application and try swipe through the views.

While we are on first view there should be ability to swipe content view to open actions by swiping from left to right. While we are on any other view we there should be ability to swipe ViewPager content before swiping ActionsContentView.

ghost commented 10 years ago

Any update status for the ViewPager element?

StevenRudenko commented 10 years ago

I am going to create sample for this task. It would not be added as library feature though.

ghost commented 10 years ago

Although a library feature would benefit more users, a direct sample of implementation would suffice. Much appreciated.