Skip to content

Commit

Permalink
add support
Browse files Browse the repository at this point in the history
  • Loading branch information
hehonghui committed Apr 23, 2015
1 parent a97214b commit 8fe7cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ https://github.com/bboyfeiyu/android-tech-frontier/issues/1
| [在Activity中使用Thread导致的内存泄漏](issue-7/在Activity中使用Thread导致的内存泄漏) | [chaossss](https://github.com/chaossss) |
| [深入浅出Android 新特性-Transition-Part-3a](issue-7/深入浅出Android 新特性-Transition-Part-3a) | [tiiime](https://github.com/tiiime) |
| [深入浅出Android 新特性-Transition-Part-3b](issue-7/深入浅出Android 新特性-Transition-Part-3b) | [tiiime](https://github.com/tiiime) |
| [Android Lollipop 5.1.1 更新](issue-7/Android Lollipop update.md) | [Mr.Simple](https://github.com/bboyfeiyu)
| [Android Lollipop 5.1.1 更新](issue-7/Android Lollipop update.md) | [Mr.Simple](https://github.com/bboyfeiyu)
| [Android Support 库 22.1版](issue-7/Android Support 库 22.1版.md) | [Rocko](https://github.com/zhengxiaopeng) |



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`Android Support库 22.1 `
Android Support库 22.1
---

> * 原文链接 : [Android Support Library 22.1](http://android-developers.blogspot.com/2015/04/android-support-library-221.html)
Expand All @@ -9,8 +9,6 @@
* 状态 : 校对完成




你可能听过这么一句话 “最好的代码就是没有代码。” 然而我想对你说的是:你写下的每一行代码应该能为应用增加独特的价值,而不是为应用添加一行又一行繁复、无趣的模板代码。Android提供支持库的初衷正是如此:让 Android 开发工程师把精力更多地放在逻辑实现上,而不是写业务代码。

最新发布的Android支持库一如既往地添加了许多实用的组件,并对Support V4、AppCompat、Leanback、RecyclerView、Palette和Renderscript库的内部实现逻辑作出改变。从新的 [AppCompatActivity](http://developer.android.com/reference/android/support/v7/app/AppCompatActivity.html?utm_campaign=ASL221-415&utm_source=dac&utm_medium=blog)[AppCompatDialog](http://developer.android.com/reference/android/support/v7/app/AppCompatDialog.html?utm_campaign=ASL221-415&utm_source=dac&utm_medium=blog) 到Android TV全新的引导流程我们可以发现,新的库确实带来许多让我们耳目一新的惊喜。
Expand Down
2 changes: 1 addition & 1 deletion template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`这里写中文标题`
这里写中文标题
---

> * 原文链接 : [原文标题](原文url)
Expand Down

0 comments on commit 8fe7cad

Please sign in to comment.