技术周报第二期

本期导读:本期原创精选带来Android组第一个github开源PullToRefreshRecyclerView;进阶之路重点关注google推出的RecyclerView的基本使用技巧;技术资讯介绍android studio 2.2 preview版本


原创精选


1)PullToRefreshRecyclerView @崔洪志

This is a project based on RecyclerView with pull-to-refresh feature.

This project depend on com.loopeer.android.thirdparty:pulltorefresh:xxx.

It also support adding Header and Footer because of WrapRecyclerView which is used in PullToRefreshRecyclerView.


进阶之路


1) Android RecyclerView 使用完全解析 体验艺术般的控件

RecyclerView出现已经有一段时间了,相信大家肯定不陌生了,大家可以通过导入support-v7对其进行使用。

据官方的介绍,该控件用于在有限的窗口中展示大量数据集,其实这样功能的控件我们并不陌生,例如:ListView、GridView。


技术资讯


1)Android Studio 2.2 preview发布,深度集成Firebase平台

此次更新则主要在于UI设计工具的改进,增强对Java 8和C++语言的支持,而尤为值得注意的一点,就是深度集成且免费开放的全新的移动开发者平台Firebase。

你可能感兴趣的:(技术周报第二期)