03 2016 档案

摘要:https://github.com/l123456789jy/Lazy 阅读全文
posted @ 2016-03-26 16:15 Alamps 阅读(153) 评论(1) 推荐(0) 编辑
摘要:让我们按照使用频率来看看我最爱用的一些热键组合。(注:以下内容在Eclipse3.02及一上版本通过测试) 1. Control-Shift-T: 打开类型(Open type)。如果你不是有意磨洋工,还是忘记通过源码树(source tree)打开的方式吧。用eclipse很容易打开接口的实现类的,按ctrl+t会列出接口的实现类列表 2. Control-Shift-R: 打开资源(... 阅读全文
posted @ 2016-03-17 15:51 Alamps 阅读(759) 评论(0) 推荐(0) 编辑
摘要:  阅读全文
posted @ 2016-03-13 18:38 Alamps 阅读(212) 评论(2) 推荐(0) 编辑
摘要:  阅读全文
posted @ 2016-03-13 17:53 Alamps 阅读(252) 评论(0) 推荐(0) 编辑
摘要:  阅读全文
posted @ 2016-03-13 16:07 Alamps 阅读(202) 评论(0) 推荐(0) 编辑
摘要:demo12   阅读全文
posted @ 2016-03-13 15:41 Alamps 阅读(189) 评论(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 阅读(181) 评论(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 阅读(166) 评论(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 阅读(169) 评论(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 阅读(215) 评论(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 阅读(212) 评论(1) 推荐(0) 编辑