MultiSelect手势,如Google相册应用

时间:2015-07-12 13:56:59

标签: android android-layout android-sensors android-gesture google-photos

我想在我的应用like in new Google Photos App here中实现多选手势:

enter image description here

我已尝试following this answer,但无法做到这一点。 有人可以指导我吗?

2 个答案:

答案 0 :(得分:8)

在这里查看这个小项目:https://github.com/serzhby/MultiselectGridViewSample。这远非完美,但我认为实施的想法应该是明确的。您应该根据您的特定需求更改代码。

主要思想是使用GridView类作为基类。通过覆盖onTouchEvent方法,我们可以检测选择了哪个元素。进一步处理是非常明确的。

如果您有任何问题,请随时询问。

答案 1 :(得分:7)

最后我在这里找到了一个图书馆。 https://github.com/afollestad/drag-select-recyclerview