├── LICENSE ├── README.md └── 《Android开发艺术探索》思维导图文件 ├── xmind格式 ├── Activity的生命周期和启动模式.xmind ├── IPC机制.xmind ├── View的事件体系.xmind └── View的工作原理.xmind └── 图片格式 ├── Activity的生命周期和启动模式.png ├── IPC机制.png ├── View的事件体系.png └── View的工作原理.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 panyz 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hello,这里是panyz的博客😀🙃 2 | 3 | > [传送门](https://github.com/panyz/Blogs/issues) 4 | 5 | - [Android](https://github.com/panyz/Blogs/issues?q=is%3Aopen+is%3Aissue+label%3AAndroid) 6 | - [基于OkHttp封装的网络请求框架结合MVP架构模式使用 ](https://github.com/panyz/Blogs/issues/20) 7 | - [通过代码封装搭建合适的MVP开发架构模式 ](https://github.com/panyz/Blogs/issues/19) 8 | - [【自定义View】仿广东移动App流量条控件 ](https://github.com/panyz/Blogs/issues/18) 9 | - [MPAndroidChart的使用技巧](https://github.com/panyz/Blogs/issues/5) 10 | - [一个案例教你简单地玩转ViewPager(一)之带指示点的引导页](https://github.com/panyz/Blogs/issues/1) 11 | - [一个案例教你简单地玩转ViewPager(二)之ViewPaper+TabLayout+Fragment顶部标签界面滑动](https://github.com/panyz/Blogs/issues/2) 12 | - [一个案例教你简单地玩转ViewPager(三)之带指示点的图片自动轮播效果](https://github.com/panyz/Blogs/issues/3) 13 | - [关于Fragment的一些笔记](https://github.com/panyz/Blogs/issues/4) 14 | - [关于Android7.0系统使用webview遇到的一个问题(二级跳转后界面空白)](https://github.com/panyz/Blogs/issues/6) 15 | 16 | 17 | - [阅读笔记](https://github.com/panyz/Blogs/issues?q=is%3Aopen+is%3Aissue+label%3A%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0) 18 | - [《Android开发艺术探索》思维导图笔记](https://github.com/panyz/Blogs/issues/17) 19 | - [《Android开发进阶》第1章 Android的构成基石-四大组件](https://github.com/panyz/Blogs/issues/7) 20 | - [《Android群英传》第3章 Android控件架构与自定义控件详解](https://github.com/panyz/Blogs/issues/8) 21 | - [《Android群英传》第5章 Android Scroll分析](https://github.com/panyz/Blogs/issues/9) 22 | - [《Android源码设计模式解析与实战》第1章 面向对象的六大原则](https://github.com/panyz/Blogs/issues/10) 23 | - [《Android源码设计模式解析与实战》第2章 单例模式](https://github.com/panyz/Blogs/issues/11) 24 | - [《Android源码设计模式解析与实战》第15章 模板方法模式](https://github.com/panyz/Blogs/issues/12) 25 | - [《Android源码设计模式解析与实战》第18章 代理模式](https://github.com/panyz/Blogs/issues/13) 26 | 27 | - [React Native](https://github.com/panyz/Blogs/issues?q=is%3Aopen+is%3Aissue+label%3A%22React+Native%22) 28 | - [关于React Navigation的一些使用技巧](https://github.com/panyz/Blogs/issues/15) 29 | - [GankAndPanyz:用React Native打造的干货集中营x我的博客](https://github.com/panyz/Blogs/issues/16) 30 | - [使用React开发App管理平台系统](https://github.com/panyz/Blogs/issues/22) 31 | 32 | - [阅读](https://github.com/panyz/Blogs/issues?q=is%3Aopen+is%3Aissue+label%3A%E9%9A%8F%E7%AC%94) 33 | - [关于阅读技术性书籍-谈谈我的一些做法](https://github.com/panyz/Blogs/issues/14) 34 | - [读懂一本书,难吗?](https://github.com/panyz/Blogs/issues/21) 35 | -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/xmind格式/Activity的生命周期和启动模式.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/xmind格式/Activity的生命周期和启动模式.xmind -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/xmind格式/IPC机制.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/xmind格式/IPC机制.xmind -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/xmind格式/View的事件体系.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/xmind格式/View的事件体系.xmind -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/xmind格式/View的工作原理.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/xmind格式/View的工作原理.xmind -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/图片格式/Activity的生命周期和启动模式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/图片格式/Activity的生命周期和启动模式.png -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/图片格式/IPC机制.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/图片格式/IPC机制.png -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/图片格式/View的事件体系.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/图片格式/View的事件体系.png -------------------------------------------------------------------------------- /《Android开发艺术探索》思维导图文件/图片格式/View的工作原理.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panyz/Blogs/56a8c1da169a9a99901f92c69470ec47d5c6cd1b/《Android开发艺术探索》思维导图文件/图片格式/View的工作原理.png --------------------------------------------------------------------------------