AdapterView<?> arg0, View arg1, int arg2, long arg3參数含义

arg0:是指父Vjew
arg1就是你点击的那个Item的View
arg2是position,position是你适配器里面的position
arg3是id,通常是第几个项。id是哪个项View的id。

posted @ 2016-02-13 18:08  mengfanrong  阅读(266)  评论(0编辑  收藏  举报