├── .DS_Store ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── android-blog └── readme.md ├── androidweekly ├── .DS_Store ├── Android REST客户端库Retrofit的小教程 │ └── README.md ├── Android测试框架:Dagger 2 + Espresso 2 + Mockito │ └── README.md ├── ListView或者RecycleView滚动时隐藏Toolbar(1) │ ├── images │ │ ├── broken_gif.gif │ │ ├── clipped.png │ │ ├── clipping_fixed.png │ │ ├── demo_gif (1).gif │ │ └── demo_gif.gif │ └── readme.md ├── ListView或者RecycleView滚动时隐藏Toolbar(2) │ ├── images │ │ ├── goal.gif │ │ ├── nosnap.gif │ │ └── playstore.gif │ └── readme.md ├── readme.md ├── 一个支持多设备的Android参考应用 │ └── readme.md ├── 一种在android中实现MVP模式的新思路 │ └── Android MVP - An Alternate Approach.md ├── 欢迎来到Android多进程时代 │ ├── .DS_Store │ ├── images │ │ ├── img01.gif │ │ ├── img02.png │ │ ├── img03.png │ │ └── img04.gif │ └── readme.md ├── 让你的Android应用能使用多种主题-Part-1 │ ├── .DS_Store │ ├── images │ │ ├── multiple-theme-dark.png │ │ └── multiple-theme-light.png │ └── readme.md ├── 让你的Android应用能使用多种主题-Part-2 + chaossss │ └── template.md └── 那些年我们错过的响应式编程 │ ├── images │ ├── 3324-amazed-face.gif │ ├── zclickstream.png │ ├── zmantra.jpg │ ├── zmulticlickstream.png │ ├── zresponsemetastream.png │ ├── zresponsestream.png │ └── ztwitterbox.png │ └── readme.md ├── others ├── .DS_Store ├── readme.md └── 一种更清晰的Android架构 │ └── readme.md └── template.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/README.md -------------------------------------------------------------------------------- /android-blog/readme.md: -------------------------------------------------------------------------------- 1 | ## Android官方博客 -------------------------------------------------------------------------------- /androidweekly/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/.DS_Store -------------------------------------------------------------------------------- /androidweekly/Android REST客户端库Retrofit的小教程/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/Android REST客户端库Retrofit的小教程/README.md -------------------------------------------------------------------------------- /androidweekly/Android测试框架:Dagger 2 + Espresso 2 + Mockito/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/Android测试框架:Dagger 2 + Espresso 2 + Mockito/README.md -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/broken_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/broken_gif.gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/clipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/clipped.png -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/clipping_fixed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/clipping_fixed.png -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/demo_gif (1).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/demo_gif (1).gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/demo_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/images/demo_gif.gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(1)/readme.md -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/goal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/goal.gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/nosnap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/nosnap.gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/playstore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/images/playstore.gif -------------------------------------------------------------------------------- /androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/ListView或者RecycleView滚动时隐藏Toolbar(2)/readme.md -------------------------------------------------------------------------------- /androidweekly/readme.md: -------------------------------------------------------------------------------- 1 | AndroidWeekly.net 2 | --- 3 | 4 | -------------------------------------------------------------------------------- /androidweekly/一个支持多设备的Android参考应用/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/一个支持多设备的Android参考应用/readme.md -------------------------------------------------------------------------------- /androidweekly/一种在android中实现MVP模式的新思路/Android MVP - An Alternate Approach.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/一种在android中实现MVP模式的新思路/Android MVP - An Alternate Approach.md -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/.DS_Store -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/images/img01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/images/img01.gif -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/images/img02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/images/img02.png -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/images/img03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/images/img03.png -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/images/img04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/images/img04.gif -------------------------------------------------------------------------------- /androidweekly/欢迎来到Android多进程时代/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/欢迎来到Android多进程时代/readme.md -------------------------------------------------------------------------------- /androidweekly/让你的Android应用能使用多种主题-Part-1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/让你的Android应用能使用多种主题-Part-1/.DS_Store -------------------------------------------------------------------------------- /androidweekly/让你的Android应用能使用多种主题-Part-1/images/multiple-theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/让你的Android应用能使用多种主题-Part-1/images/multiple-theme-dark.png -------------------------------------------------------------------------------- /androidweekly/让你的Android应用能使用多种主题-Part-1/images/multiple-theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/让你的Android应用能使用多种主题-Part-1/images/multiple-theme-light.png -------------------------------------------------------------------------------- /androidweekly/让你的Android应用能使用多种主题-Part-1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/让你的Android应用能使用多种主题-Part-1/readme.md -------------------------------------------------------------------------------- /androidweekly/让你的Android应用能使用多种主题-Part-2 + chaossss/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/让你的Android应用能使用多种主题-Part-2 + chaossss/template.md -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/3324-amazed-face.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/3324-amazed-face.gif -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/zclickstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/zclickstream.png -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/zmantra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/zmantra.jpg -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/zmulticlickstream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/zmulticlickstream.png -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/zresponsemetastream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/zresponsemetastream.png -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/zresponsestream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/zresponsestream.png -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/images/ztwitterbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/images/ztwitterbox.png -------------------------------------------------------------------------------- /androidweekly/那些年我们错过的响应式编程/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/androidweekly/那些年我们错过的响应式编程/readme.md -------------------------------------------------------------------------------- /others/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/others/.DS_Store -------------------------------------------------------------------------------- /others/readme.md: -------------------------------------------------------------------------------- 1 | 优秀外文 2 | --- 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /others/一种更清晰的Android架构/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/others/一种更清晰的Android架构/readme.md -------------------------------------------------------------------------------- /template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevinyaoo/android-tech-frontier/HEAD/template.md --------------------------------------------------------------------------------