-
<activity android:name="com.imooc.MainActiviy" android:label="@string/app_name"> <intent-filter> <activon android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity>查看全部
-
<application android:icon="@drawable/icon" android:theme="@style/my_theme"> </application>查看全部
-
SimpAdapter (context,data,resource,from,to); contentx:上下文 data:數據源List<? extemds Map<String,?>>data 一個Map所組成的List集合 每一個Map都會對應ListView列中的每一列 每一個Map 中的鍵必須包含在from中指定的鍵 resource:列表項的布局文件 from:Map中的鍵 to:綁定的數據查看全部
-
//1、新建一個數據適配器 //ArrayAdaoter(上下文,當前ListView加載的每個列表項所對應的布局文件,數據源); //2、適配器加載數據源 //3、將適配器加載到視圖中查看全部
-
獲取資源 getResources().getString(R.string.content)查看全部
-
Adapter常用法方查看全部
-
simpleAdapter參數查看全部
-
simpleAdapter參數查看全部
-
spinner執行步驟查看全部
-
關鍵方法查看全部
-
gridview屬性查看全部
-
Fragment靜態加載查看全部
-
Fragment知識概要查看全部
-
Fragment的設計哲學查看全部
-
pickerDialog事件查看全部
舉報
0/150
提交
取消