E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
setAdapter
ListView的bug解决,如果有checkbox的话,选中的值在翻屏时会跳来跳去
content","content--"+i); data.add(map); } 设置ListView adapter=newMyAdapter(CheckList.this,data); mListView.
setAdapter
ethan_xue
·
2011-12-18 16:00
object
list
ListView
ITeye
Class
ScrollView中嵌套ListView时显示不全的简便解决方案
只能显示一行多一点:解决方案:来自StackOverFlowhttp://stackoverflow.com/questio...ing/3495908#3495908经过验证,简单有效,在listview.
setAdapter
jkguang
·
2011-12-10 00:00
ListView
null
Class
listView
android.R.layout.simple_list_item_1 一行text就是这个样式里面有一个text privateString[]data=newString[]{"aa","bb"}; listView.
setAdapter
z466459262
·
2011-11-25 10:00
android
listView
android.R.layout.simple_list_item_1 一行text就是这个样式里面有一个text privateString[]data=newString[]{"aa","bb"}; listView.
setAdapter
z466459262
·
2011-11-25 10:00
android
Android ExpandableListView 展开列表控件(手机QQ好友列表) (二)控件版
类就可以了,不用再继承ExpandableListView.只需要在成员变量中添加 privateExpandableListViewexpandList; 然后在添加内容时改成 expandList.
setAdapter
KnowHeart
·
2011-11-23 20:00
android
qq
手机
自定义使用Adapter的组件(一)
【由于不方便上传图片,就只能使用网上图片了】首先,我先实现上图的效果,要实现这种组件就必须继承AdapterView,实现构造方法、onMeasure()、onLayout()、
setAdapter
()
wxg630815
·
2011-11-23 16:00
android
layout
null
Class
商城
encoding
ScrollView中添加ListView
1.要点一:去除ListView的scrollBar,添加ScrollView的scrollBar:2.要点二:(设置ListView的高度,否则只能显示1-2行)在
setAdapter
之后,在设置ListView
jason_wks
·
2011-11-21 12:40
android
scrollview
ListView的addFootView的备忘录
在调用了listview,addfootview(view)而不调用listview.
setadapter
,就调用removefootview(view)会报错空引用。
BuleRiver
·
2011-11-10 09:00
ListView
android ListView分页出现java.lang.ClassCastException
android.widget.HeaderViewListAdapter 不能强转为listview的异常信息,这是因为当向listview中加入headerview或者footviwer时,调用ListView的
setAdapter
wangchun8926
·
2011-10-21 15:00
ListView
Android UI Listview
list.
setAdapter
(adapter); 2 adapter 会要求布局关联文件 SimpleAdapter adapter
yelwen000
·
2011-10-18 15:00
android ui
ListView用法
第二列","第三列"}; android.widget.ListView list = new android.widget.ListView(this); list.
setAdapter
rayln
·
2011-09-30 16:00
ListView
自定义控件圆角背景
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
100432177
·
2011-09-23 18:00
android
自定义控件圆角背景
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
100432177
·
2011-09-23 18:00
android
android学习笔记 Listview adapter
Listview的作用是显示一个列表,列表的内容item可以自定义,将需要显示的内容填充入adapter,然后通过listview类的
setAdapter
(ListAdapteradapter)方法即可完成
renero
·
2011-08-10 11:00
Android gallery实现图片的左右循环旋转源码分享
-未审核编辑文档三步走:第一步初始化gallery时设置较大的初始化位置Gallerygallery=((Gallery)findViewById(R.id.myGallery1));gallery.
setAdapter
zhangxu365
·
2011-08-03 13:00
android
object
Class
文档
import
float
android 开发(备忘记录+问题累积)--- 不断更新
1.androidlistview 如果在调用了listview,addfootview(view),然后,没有调用listview.
setadapter
,就调用removefootview(view)
zjl5211314
·
2011-07-26 20:00
android
ListView
dialog
android开发技术心得分享——ListView的BaseAdapter使用容易出现的一个错误
ListView一般都会
setAdapter
(BaseAdapter)的方式,来动态家在列表中的数据 BaseAdapter中最重要的方法:getView(int position, 
flowndays
·
2011-07-20 15:00
BaseAdapter
Android中ListView的addFooterView不显示的问题
mListView.addFooterView(btn_more,null,false);mListView.
setAdapter
(mBlogListAdapter);把addFootView放在
setAdapter
kepoon
·
2011-07-20 14:00
android
ListView
null
android模仿飘信例子
现在这是界面布局,,,没有实现功能,,, 首页的布局主要是GridView布局,再调用
setAdapter
(adapter)传入 ,左右两边的小按钮,是用ImageButton
haitian235
·
2011-07-13 15:00
android
ListView和ListAdapter的使用
2,通过
setAdapter
方法来调用一个listAdapter来绑定数据。 二,ListAda
panxq0809
·
2011-05-09 15:00
android
xml
Google
Facebook
Android 实现底部菜单栏
Gravity.CENTER);// 位置居中 menu.setVerticalSpacing(10);// 垂直间隔 menu.setHorizontalSpacing(10);// 水平间隔 menu.
setAdapter
a51884020
·
2011-04-06 10:00
android
xml
GridView 使用
GridView [功能]以前提及过GridView说也是一种AdapterView和ListView有点像今天花了时间用了一些有点心得和大家分享分享 [思路]1.既然和ListView像那么应该还是通过
setAdapter
zhyooo123
·
2011-03-16 19:00
android
image
ListView
layout
encoding
imagelist
GridView 使用
GridView [功能]以前提及过GridView说也是一种AdapterView和ListView有点像今天花了时间用了一些有点心得和大家分享分享 [思路]1.既然和ListView像那么应该还是通过
setAdapter
zhyooo123
·
2011-03-16 19:00
android
ListView
image
layout
encoding
imagelist
GridView 网格布局 使用
GridView [功能]以前提及过GridView说也是一种AdapterView和ListView有点像今天花了时间用了一些有点心得和大家分享分享 [思路]1.既然和ListView像那么应该还是通过
setAdapter
IT_Farmer2010
·
2011-03-15 14:00
GridView 网格布局 使用
571184GridView[功能]以前提及过GridView说也是一种AdapterView和ListView有点像今天花了时间用了一些有点心得和大家分享分享[思路]1.既然和ListView像那么应该还是通过
setAdapter
tudusi
·
2011-03-15 14:00
GridView
android adapter 深刻分析
适配器,哎,只知道
setAdapter
()把参数传进去,系统就显示出来了。
Brian_13402890424
·
2011-01-05 14:00
android
ListView
object
list
存储
Class
2010.12.28(3)——— android alertDialog 复选框问题
要一个有复选框的alertDialog,并且数据一个bean的list集合 思路:刚开始 想 既然是list集合 就用Adapter吧,但是在alertDialog.builder的set方法里面 只有
setAdapter
lipeng88213
·
2010-12-28 18:00
android
xml
json
bean
mobile
2010.12.28(3)——— android alertDialog 复选框问题
要一个有复选框的alertDialog,并且数据一个bean的list集合 思路:刚开始 想 既然是list集合 就用Adapter吧,但是在alertDialog.builder的set方法里面 只有
setAdapter
lipeng88213
·
2010-12-28 18:00
android
json
bean
xml
mobile
自定义ListView圆角
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
gundumw100
·
2010-12-23 21:00
java
xml
android
自定义ListView圆角
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
gundumw100
·
2010-12-23 21:00
java
xml
android
自定义ListView圆角
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
gundumw100
·
2010-12-23 21:00
java
xml
android
android adapter的学习
适配器,哎,只知道
setAdapter
()把参数传进去,系统就显示出来了。
faithtrue
·
2010-12-10 08:00
android
ListView
list
String
HashMap
layout
Android ListView和ListAdapter
2,通过
setAdapter
方法来调用一个listAdapter来绑定数据。 二,ListAda
liutianze
·
2010-11-30 00:00
android
xml
Google
Facebook
LISTVIEW绑定数据的两种方法
Listview是显示多条同样数据结构的数据的,可以通过生成LISEVIEW对象获得,还可以通过继承ListActivity获得,其通过
setAdapter
来绑定数据,可以通过指向一个数据库视图的cursor
xuxinyl
·
2010-11-24 17:00
数据结构
数据库
ListView
object
谈 android 中ListView 的优化
Adapter的作用是界面与数据之间的桥梁,通过设置适配器至ListView控件后(如调用ListView的
setAdapter
(ListAdapter adapter)),列表的每一项会显示至页面中
lhc966
·
2010-11-19 12:00
thread
html
android
xml
面试
android adapter 深刻分析
适配器,哎,只知道
setAdapter
()把参数传进去,系统就显示出来了。 今天,针对这个东西,我们做个系统详细的分析.
coach
·
2010-10-18 13:00
android
androidUI第四部分--1.4.1ListView用法—利用ArrayAdapter生成ListView
通过
setAdapter
()方法关联listView和Adapter例1,通过ArrayAdapter来生成ListView对象String[]itemva
ytm419
·
2010-10-07 14:00
android
xml
ListView
list
layout
开发工具
Android 之 自动提示功能(AutoCompleteTextView)的使用
我们将需要进行提示的数据放入ArrayAdapter中,然后用AutoCompleteTextView的
setAdapter
方法,就可以让AutoCompleteTextView具有自动完成提示的功能了
imshare
·
2010-09-25 22:00
android
xml
OS
Gallery的学习
代码如下: Gallery g = (Gallery) findViewById(R.id.gallery); g.
setAdapter
(new ImageAdapter(this));
edison_cool911
·
2010-09-09 14:00
java
C++
c
android
xml
自定义ListView圆角
bbbb", "cccc" }; ListView listView = (ListView) findViewById(R.id.list); listView.
setAdapter
edison_cool911
·
2010-09-09 10:00
java
android
xml
Android gallery实现图片的左右循环旋转源码分享
三步走:第一步初始化 gallery时设置较大的初始化位置 Gallery gallery = ((Gallery) findViewById(R.id.myGallery1)); gallery.
setAdapter
zhouxin464585932
·
2010-08-24 14:00
C++
c
android
OS
C#
Android gallery实现图片的左右循环旋转源码分享
三步走:第一步初始化 gallery时设置较大的初始化位置 Gallery gallery = ((Gallery) findViewById(R.id.myGallery1)); gallery.
setAdapter
zhouxin464585932
·
2010-08-24 14:00
C++
c
android
C#
OS
AutoCompleteTextView和自定义的CursorAdapter
AutoCompleteTextView配合自定义的CursorAdapter(
setAdapter
()),可以帮助我们完成查找的功能.关键就在于类
zymic
·
2010-08-20 17:00
C++
c
虚拟机
android
OS
AutoCompleteTextView和MultiAutoCompleteTextView
我们将需要进行提示的数据放入AdapterArray中,然后用AutoCompleteTextView的
setAdapter
方法,就可以让AutoCompleteTextView具有自动完成提示的功能了
yangtaoJ2me
·
2010-08-11 14:00
java
android
String
dropdown
Android Gallery控件使用方法详解
即图片浏览控件效果图:layout部分: AndroidGallery控件代码部分: 主类部分代码: Galleryg=((Gallery)findViewById(R.id.myGallery1)); g.
setAdapter
sraining
·
2010-08-01 00:00
C++
c
android
C#
Android ListView和ListAdapter
2,通过
setAdapter
方法来调用一个listAdapter来绑定数据。 二,ListAda
yansaibo
·
2010-07-25 09:00
android
xml
Google
Facebook
android开发日志ListView之1
scrollview结合使用的确会出现问题如果对于listview的使用要求不太高的话如果还需添加其他控件则可使用addHeaderView和addFooterView方法不过必须在listview的
setAdapter
weichaohnu
·
2010-07-20 01:00
android
ListView
AlertDialog.Builder .
setAdapter
的使用
AlertDialog.Builder songOptsDBuilder = new AlertDialog.Builder(Rock.this); songOptsDBuilder.setTitle(“Name”); songOptsDBui
wang_peng1
·
2010-07-05 16:00
android
Android中使用自定义Adapter(一)
适配器,哎,只知道
setAdapter
()把参数传进去,系统就显示出来了。
arm10504
·
2010-04-29 10:00
Android
android
listview
list
class
存储
object
GridView 网格布局 使用
GridView [功能]以前提及过GridView说也是一种AdapterView和ListView有点像今天花了时间用了一些有点心得和大家分享分享 [思路]1.既然和ListView像那么应该还是通过
setAdapter
gryphone
·
2010-01-15 15:00
android
xml
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他