中文字幕 另类精品,亚洲欧美一区二区蜜桃,日本在线精品视频免费,孩交精品乱子片免费

<sup id="3hn2b"></sup>

    1. <sub id="3hn2b"><ol id="3hn2b"></ol></sub><legend id="3hn2b"></legend>

      1. <xmp id="3hn2b"></xmp>

      2. 新聞中心

        Android用戶界面詳解

        作者: 時間:2016-10-08 來源:網(wǎng)絡(luò) 收藏

        本文引用地址:http://www.antipu.com.cn/article/201610/305851.htm

        · 處理用戶操作

        填充布局數(shù)據(jù)

        填充布局數(shù)據(jù)通常通過把這個類綁定到一個Adapter來完成,Adapter從某個地方獲取它的數(shù)據(jù),或者是代碼提供的一個列表,或者是來自設(shè)備數(shù)據(jù)庫的查詢結(jié)果。

        // Get a Spinner and bind it to an ArrayAdapter that

        // references a String array.

        Spinner s1 = (Spinner) findViewById(R.id.spinner1);

        ArrayAdapter adapter = ArrayAdapter.createFromResource(



        關(guān)鍵詞:

        評論


        相關(guān)推薦

        技術(shù)專區(qū)

        關(guān)閉