码迷,mamicode.com
首页 >  
搜索关键字:getitematposition    ( 3个结果
侧滑删除进阶(七、八)
activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:lay...
分类:其他好文   时间:2015-08-13 12:18:59    阅读次数:86
android ListView 分析(一)
需要了解的内容1. listview中的getItemAtPosition与Adapter的getItem的position的区别 listView中的getItemAtPosition的源码实现: 1 /** 2 * Gets the data associated with the spec.....
分类:移动开发   时间:2014-12-21 23:33:26    阅读次数:317
安卓通过putExtra传递数据的几种方式
通过intent传递数据时,使用以下代码报错: hMap map=(Map) parent.getItemAtPosition(position); intent.putExtra("userInfoMap", map); 但是使用以下的代码是正常的: HashMap map=(HashMap) parent.getItemAtPosition(position); inte...
分类:移动开发   时间:2014-09-14 23:42:07    阅读次数:737
3条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!