上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 48 下一页
摘要: demo12   阅读全文
posted @ 2016-03-13 15:41 Alamps 阅读(188) 评论(1) 推荐(0) 编辑
摘要: /Users/alamps/AndroidStudioProjects/Demo12SimpleAdapter/Demo12SimpleAdapter/src/main/res/layout/data_list.xml <TableLayout xmlns:android="http://schem 阅读全文
posted @ 2016-03-09 22:08 Alamps 阅读(179) 评论(3) 推荐(0) 编辑
摘要: package com.example.demo11listview; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.widget.ArrayAdapte 阅读全文
posted @ 2016-03-09 21:08 Alamps 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1.define xml <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scrollView" android:layout_width="fill_parent" an 阅读全文
posted @ 2016-03-09 20:55 Alamps 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1,mainifast: <uses-permission android:name="android.permission.SET_WALLPAPER"/> 2, <LinearLayout xmlns:android="http://schemas.android.com/apk/res/and 阅读全文
posted @ 2016-03-06 21:05 Alamps 阅读(242) 评论(0) 推荐(0) 编辑
摘要: city_data.xml <?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="city_labels"> <item>中国-北京</item> <item>中国-上海</item> <item>中国-长沙</ 阅读全文
posted @ 2016-03-06 16:33 Alamps 阅读(186) 评论(1) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/b87fe19e9e209f5218356808.html 阅读全文
posted @ 2016-03-04 20:44 Alamps 阅读(157) 评论(2) 推荐(0) 编辑
摘要: city_data.xml <?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="city_labels"> <item>中国-北京</item> <item>中国-上海</item> <item>中国-长沙</ 阅读全文
posted @ 2016-03-03 23:11 Alamps 阅读(167) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_par 阅读全文
posted @ 2016-03-03 22:16 Alamps 阅读(214) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo05simplecalc; import android.os.Bundle; import android.app.Activity; import android.speech.tts.TextToSpeech; import android.vi 阅读全文
posted @ 2016-03-02 23:00 Alamps 阅读(211) 评论(1) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 48 下一页