找回密码
 立即注册
java书籍 2022-05-09 214 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android UI开发_ 横向ListView(HorizontalListView)及一个简单相册的完整实现
本文内容:
1、横向ListView的所有实现思路;
2.最常见的一种思路,Horizo??ntalListView,基于横向ListView开发一个简单的相册;
3.实现的横向ListView会在点击浏览时改变item背景颜色,解决listview中setSelected导致item选择状态混乱的问题。
众所周知,ListView的默认方向是垂直的,但是有时候人们更喜欢水平的ListView来查看整个网络。横向ListView的实现思路如下:
1.使用Horizo??ntalScrollView在布局中包含一个ListView,参考这里; 2.使用GridView设置其行数为1;
3.有人继承ListView,构造了一个Horizo??ntalScrollListView,见:这里
4.国外大牛继承了AdapterView<ListAdapter构造的Horizo??ntalListView。这是上述所有方法中最正统的方法。本文就是基于这种方法,见:这里

(Android UI development_ A simple implementation of listriview and listriview
Content of this article:
1. All implementation ideas of horizontal listview;
2. One of the most common ideas, horizo?? Ntallistview, develop a simple photo album based on horizontal listview;
3. The implemented horizontal listview will change the item background color when clicking to browse, so as to solve the problem of chaotic item selection caused by setselected in listview.
As we all know, the default direction of listview is vertical, but sometimes people prefer a horizontal listview to view the whole network. The implementation idea of horizontal listview is as follows:
1. Use horizo?? Ntalscrollview contains a listview in the layout, refer to here; 2. Use GridView to set the number of rows to 1;
3. Someone inherited listview and constructed a horizo?? Ntalscrolllistview, see: here
4. Foreign Daniel inherited AdapterView & lt; Horizo?, constructed by listadapter?? ntalListView。 This is the most orthodox of all the above methods. This paper is based on this method. See here)

[下载]13305952330.rar




上一篇:Android之基于XMPP协议即时通讯软件.pdf
下一篇:【仿微信即时聊天】xmpp4Android.pdf