Santanu
Santanu

Reputation: 420

Android ListItem half slide with touch move

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.

Normal view of ListItems after slide view

Upvotes: 0

Views: 1158

Answers (1)

Bogdan.Nourescu
Bogdan.Nourescu

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

Related Questions