亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SimpleAdapter之最簡單的適配器

發布時間:2020-06-23 14:49:07 來源:網絡 閱讀:735 作者:671076656 欄目:移動開發
package com.example.testsimpleadapter;
public class MainActivity extends Activity implements OnItemClickListener{
private ListView listView;
private Button btn;
private List<Map<String, Object>> contents = new ArrayList<Map<String, Object>>();;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
listView = (ListView) findViewById(R.id.listView1);
listView.setOnItemClickListener(this);
initAdapter();
}
private void initAdapter(){

contents = new ArrayList<Map<String, Object>>();
for (int i = 0; i < 20; i++) {
Map<String, Object> map = new HashMap<String, Object>();
map.put("p_w_picpath", R.drawable.ic_launcher);
map.put("text_title", "Test Title");
map.put("text_msg", "msg");
contents.add(map);
}
SimpleAdapter adapter = new SimpleAdapter(this,
(List<Map<String, Object>>) contents, R.layout.item,
new String[] { "p_w_picpath", "text_title", "text_msg"}, new int[] {
R.id.p_w_picpath, R.id.text_title, R.id.text_msg});
listView.setAdapter(adapter);
}
@Override
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {
Toast.makeText(this, arg2 + "", Toast.LENGTH_SHORT).show();
}
}

//item.xml

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:descendantFocusability="blocksDescendants" 
    tools:context=".MainActivity" >
    <ImageView
        android:id="@+id/p_w_picpath"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_marginLeft="36dp"
        android:layout_marginTop="17dp"
        android:src="@drawable/ic_launcher" />
    <TextView
        android:id="@+id/text_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentRight="true"
        android:layout_alignTop="@+id/p_w_picpath"
        android:layout_toRightOf="@+id/p_w_picpath"
        android:text="Title Text"
        android:gravity="center"
        android:textAppearance="?android:attr/textAppearanceLarge" />
    <TextView
        android:id="@+id/text_msg"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignBottom="@+id/p_w_picpath"
        android:layout_alignLeft="@+id/text_title"
        android:layout_alignParentRight="true"
        android:gravity="center"
        android:text="msg Text" />
</RelativeLayout>


//布局文件里只有一個list


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

东阿县| 衡阳县| 咸丰县| 崇信县| 崇州市| 措美县| 来宾市| 平阳县| 新平| 青川县| 巢湖市| 古交市| 开阳县| 滨海县| 全州县| 八宿县| 札达县| 东乡族自治县| 克拉玛依市| 合山市| 上高县| 津市市| 黄梅县| 姜堰市| 武乡县| 普陀区| 长沙市| 阿巴嘎旗| 铜鼓县| 侯马市| 白玉县| 额济纳旗| 绵竹市| 万年县| 顺义区| 耒阳市| 改则县| 土默特右旗| 民乐县| 东安县| 长阳|