Skip to content

Commit a7ae2be

Browse files
committed
update 2015-09-13 10:37
1 parent 88557fb commit a7ae2be

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
1. [How to Define Callbacks in Android?](http://stackoverflow.com/questions/3398363/how-to-define-callbacks-in-android)
4242
2. [一个经典例子让你彻彻底底理解java回调机制](http://blog.csdn.net/xiaanming/article/details/8703708)
4343

44+
### CardView
45+
46+
1. [Android CardView Example](http://www.truiton.com/2015/03/android-cardview-example/)
47+
2. [Android CardView Widget – Add Cards to a List using RecyclerView](http://techlovejump.com/android-cardview-widget-example-add-to-list-using-recyclerview/)
48+
49+
4450
### Code Style
4551

4652
1.[Java编程规范](http://www.stormzhang.com/java/2013/07/20/java-coding-standards/)
@@ -97,6 +103,12 @@
97103
6. [Gradle Android Could not find method testPackage()](http://stackoverflow.com/questions/16971740/gradle-android-could-not-find-method-testpackage)
98104
7. [Android Studio 1.0 Gradle Error with getConfiguration()](http://stackoverflow.com/questions/27410183/android-studio-1-0-gradle-error-with-getconfiguration)
99105

106+
### GridView
107+
108+
1. [Android入门第八篇之GridView(九宫图)](http://blog.csdn.net/hellogv/article/details/4567095)
109+
2. []()
110+
3. []()
111+
100112
## H
101113

102114
## I
@@ -137,6 +149,12 @@
137149
1. [Java利用MessageDigest获取字符串或文件MD5详解](http://blog.csdn.net/xiao__gui/article/details/8148203)
138150
2. [类 MessageDigest](http://www.cjsdn.net/Doc/JDK50/java/security/MessageDigest.html)
139151

152+
### Material Design
153+
154+
1. [Google Material Design: Everything You Need to Know](http://designshack.net/articles/webstandards/google-material-design-everything-you-need-to-know/)
155+
2. [An exploration in Material Design](https://medium.com/feedly-behind-the-curtain/an-exploration-in-material-design-by-feedly-8c1a1cbdfdcd)
156+
3. [谢谷歌大神传我动画设计30年功力](http://www.zcool.com.cn/article/ZMTU5MzAw.html#jtss-tsina)
157+
140158
## N
141159

142160
1. [Android——Notifications笔记](http://segmentfault.com/a/1190000000402154)
@@ -161,7 +179,11 @@
161179
2. [【Android】获取手机中已安装apk文件信息(PackageInfo、ResolveInfo)(应用图片、应用名、包名等)](http://blog.csdn.net/feng88724/article/details/6198446)
162180
3. [Android获取已安装应用信息(图标,名称,版本号,包)](http://www.cnblogs.com/mainroadlee/archive/2011/05/23/android_get_installed_app.html)
163181
4. [关于android 如何安装 assets文件下的apk](http://blog.csdn.net/shen332401890/article/details/8826827)
164-
5. []()
182+
183+
### Palette
184+
185+
1. [Extracting Colors to a Palette with Android Lollipop](https://www.bignerdranch.com/blog/extracting-colors-to-a-palette-with-android-lollipop/)
186+
2. [Android Lollipop 新特性 - Palette](http://baoyz.com/android/2014/10/21/android-palette-use/)
165187

166188
## Q
167189

@@ -171,6 +193,12 @@
171193

172194
1. [Java的引用StrongReference、 SoftReference、 WeakReference 、PhantomReference](http://blog.csdn.net/mxbhxx/article/details/9111711)
173195

196+
### RecyclerView
197+
198+
1. [RecyclerView使用详解(一)](http://frank-zhu.github.io/android/2015/01/16/android-recyclerview-part-1/)
199+
2. [Android RecyclerView 使用完全解析 体验艺术般的控件](http://blog.csdn.net/lmj623565791/article/details/45059587)
200+
3. [A Guide to Android RecyclerView and CardView](http://www.binpress.com/tutorial/android-l-recyclerview-and-cardview-tutorial/156)
201+
174202
## S
175203

176204
### Serializable - 序列化
@@ -202,6 +230,12 @@
202230
2. [apk的包名修改](http://www.cnblogs.com/tianxiaozz/archive/2012/12/26/change_apk_package_name.html)
203231
3. [为Sublime Text安装smali代码语法高亮插件](http://liuzhichao.com/p/1476.html)
204232

233+
### SwipeRefreshLayout
234+
235+
1. [Android SwipeRefreshLayout](http://www.stormzhang.com/android/2014/03/29/android-swiperefreshlayout/)
236+
237+
238+
205239
## T
206240

207241
### Thread - 多线程

0 commit comments

Comments
 (0)