Reputation: 420
Thanks for your valuable time. My question is, I want to create a ListView with immediate action on ListItems by sliding left of 40%. I had tried with ViewFlipper, ViewSwtcher, but these controls are providing fully view switch feature , where I want only 40% to show next layer view. Below 2 images of my requirement prototype for your clear understanding.
I am not a frequently developer of Android, so please any help me on this how to implement.
Upvotes: 0
Views: 1158
Reputation: 905
I am new to android too, but i found some example that does similar things that you want: https://github.com/47deg/android-swipelistview Hope that helps.
Upvotes: 4