android周报144期

这期周报发布于 2015 年3月15日

源地址: http://androidweekly.net/issues/issue-144 

文章、教程

========

A useful stack on Android #3: Compatibility(saulmm.github.io)

link image

A useful stack on android 系列文章更新到了第三期,带来的是兼容性解决介绍。随着新的 SDK 不断带来新的功能,以及 Android 版本分裂严重,依照各个版本能力编写兼容实现库,几乎是每个 App 开发中都会碰到的问题,本文介绍了不少功能和效果的兼容实现方案,值的学习

RecyclerView快速滚动– 第一部分(blog.stylingandroid.com)

RecyclerView并没有自带快速滚动功能,Mark Allison将介绍如何在RecyclerView中实现快速滚动。

适配多种设备的音乐app案例(android-developers.blogspot.com)

google发布了一个叫Universal Music Player的应用,在一套代码中适配车载、wear、google眼镜等设备。译文

在app中实现多主题(hidroh.github.io)

在安卓app中实现多主题,这是第二部分, 这里是中文翻译

用Kotlin开发安卓app (I): 介绍(antonioleiva.com)

Java非常库,但同时也是一门非常老旧且臃肿的语言。Kotlin是众多基于JVM的语言之一,也许是能继承java在安卓开发中地位的语言。 中文翻译

一种在android中实现MVP模式的新思路(blog.cainwong.com)

一种有趣的实现MVP模式的新思路.中文翻译

如何将你的开源库发布到Maven central(intohand.com)

你开发了一个很酷的东西,现在你想像全世界的人分享自己的劳动成果,-但是你不知道该怎么做?,这篇文章将让你学会如何将自己的库发布到Maven central。

Tips and Tricks for Android Material Support Library 2: Electric Boogaloo(code.hootsuite.com)

In this post you'll learn how to polish your design and move closer to the Google Material design guidelines.

Android多进程时代(medium.com)

讲解了安卓中内存的限制以及多进程的使用。译文。 

库、代码

Floating ActionButton(github.com)

一个带有加载提示的悬浮按钮。

 Android Shadow Layout(github.com)

Android的阴影布局。

DialogPlus(github.com)

简单易用的安卓对话框。

SimpleListView(github.com)

使用linearlayout实现的一个简单的列表控件。