对于Android的列表视图中的每一项选择视图、每一项、列表、Android

由网友(他是信仰!)分享简介:我想创建一个像谷歌的每个的ListView 项目选择现在Android应用程序。我创建了一个自定义的的ListView ,并在 ListView的每个项目将有一个溢出形象在谷歌现在应用程序的用户界面卡。 现在,当我点击溢出形象,我想展示我可以在ListView相应的项目执行的操作列表下拉。任何人可以有解决方案或替代本?...

我想创建一个像谷歌的每个的ListView 项目选择现在Android应用程序。

我创建了一个自定义的的ListView ,并在 ListView的每个项目将有一个溢出形象在谷歌现在应用程序的用户界面卡。

现在,当我点击溢出形象,我想展示我可以在ListView相应的项目执行的操作列表下拉。

任何人可以有解决方案或替代本?

解决方案

是的,有图书馆名为 CardUI ,你可以用它来完成你的任务!

要了解更多关于 CardUI 图书馆去的上androidviews.com

如何在Android的自定义列表视图中使用搜索功能

和下载这个库转到这链接并点击邮编按钮。这将下载库作为一个.rar文件

I want to create options for each ListView item like Google Now Android app.

I Have created a custom ListView and each item in the ListView will have a overflow image as in Google Now app's UI Card.

Now when I click on that overflow image, I want a dropdown showing the list of operations I can perform on the corresponding item in the ListView.

Can anybody has the solution or alternate to this?

解决方案

Yes there is library called CardUI that you can use to accomplish your task!

To read more about CardUI library go to CardUI on androidviews.com

And to download this library go to This link and click on Zip button. That will download the library as a .rar file

阅读全文

相关推荐

最新文章