stackview

How to implement customized stack view in android?

旧街凉风 提交于 2019-11-28 17:14:32
问题 I have searched the internet but I couldn't find some good explanation or advice. Basically, I want to implement this functionality. on slide down I used the StackView class and all I get is this "diagonal" stack I want views to be one behind another, as in the pictures above. Similar question is asked here -> Android customize stackview, but I couldn't find any satisfying answers. I have read the code for StackView as suggested, but honestly, I don't know how would I customize it to get what

Android: How can I create Swipeable Stack view?

风格不统一 提交于 2019-11-28 04:30:21
问题 I want to create swipeable stack view in my app. I attach the view below. In that stack view, can I delete a particular item by swiping on item position? Please provide me any reference example or tutorial. 回答1: I have done with two ways: This one This one Hope this will help you. 来源: https://stackoverflow.com/questions/29247907/android-how-can-i-create-swipeable-stack-view