Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
chaossss committed Apr 13, 2015
1 parent 6884a59 commit a03e1e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ https://github.com/bboyfeiyu/android-tech-frontier/issues/1

<b id="articles" />
## 已完成列表
## 2015.4.12 ( 第五期 )
| 文章名称 | 译者 | 出处 |
|---------|--------|-------|
| [那些年我们错过的响应式编程](androidweekly/那些年我们错过的响应式编程) | [yaoqinwei](https://github.com/yaoqinwei) | [AndroidWeekly issue #145](http://androidweekly.net/issues/issue-145) |
| [深入浅出Android 新特性-Transition-Part-2](others/深入浅出Android 新特性-Transition-Part-2) | [tiiime](https://github.com/tiiime) | [androiddesignpatterns.com](http://www.androiddesignpatterns.com/2014/12/activity-fragment-content-transitions-in-depth-part2.html) |


## 2015.4.12 ( 第五期 )
| 文章名称 | 译者 | 出处 |
|---------|--------|-------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
>
* 原文链接:[Instagram with Material Design concept is getting real ](http://frogermcs.github.io/Instagram-with-Material-Design-concept-is-getting-real/)
* 译者 : [jianghejie](https://github.com/jianghejie)
* 译者博文链接 : [http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0204/2415.html](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0204/2415.html)
* 译者博文链接 : [jcodecraeer.com](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0204/2415.html)

几个月前(这篇文章的日期是2014 年11月10日),google发布了app和web应用的Material Design设计准则之后,设计师Emmanuel Pacamalan在youtube上发布了一则概念视频,演示了Instagram如果做成Material风格会是什么样子:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VectorDrawable-第一章
>
* 原文链接:[VectorDrawables – Part 1](https://blog.stylingandroid.com/vectordrawables-part-1/)
* 译者 : [jianghejie](https://github.com/jianghejie)
* 译者博文链接 : [http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0201/2396.html](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0201/2396.html)
* 译者博文链接 : [jcodecraeer.com](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0201/2396.html)


Lollipop中有一个非常好的新特性是VectorDrawable以及相关的一些类,他们为我们提供了添加复杂矢量图形的强大功能,同时也提供了动画显示这些图形的方法。矢量图形的好处是放大不会失真,可以适应不同分辨率的屏幕。这个文章系列我们将了解这些类以及它们的优点,以及如何用相对较少的代码实现吸引人的效果。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VectorDrawable-第二章
>
* 原文链接:[VectorDrawables – Part 2](https://blog.stylingandroid.com/vectordrawables-part-2/)
* 译者 : [jianghejie](https://github.com/jianghejie)
* 译者博文链接 : [http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0301/2514.html](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0301/2514.html)
* 译者博文链接 : [jcodecraeer.com](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0301/2514.html)

[上篇文章](http://jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0201/2396.html) 中,我们探讨了如何将svg图片转换成VectorDrawable,以在适应不同分辨率的同时减少资源文件的个数,同时也更易于维护。但是这并不是VectorDrawable的唯一好处-还可以用来制作动画。这篇文章就是关于如何用VectorDrawable来实现android机器人耸肩的效果!

Expand Down

0 comments on commit a03e1e3

Please sign in to comment.