即使学不好也胜过不去学。<br>github地址:<a href="https://links.jianshu.com/go?to=https%3A%2F%2Fgithub.com%2Fbigeyechou" target="_blank">https://github.com/bigeyechou</a>
![240](https://cdn2.jianshu.io/assets/default_avatar/15-a7ac401939dd4df837e3bbf82abaa2a8.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广东
Android通过Looper、Handler来实现消息循环机制,android的消息循环是针对线程的,每一个线程都可以有自己的消息队列和消息循环。 Androi...
OkHttp3.0封装框架,内部使用gson解析json数据 项目地址:https://github.com/open-android/OkHttp3Utils 使用步骤 1...
前言 Android事件分发机制是Android开发者必须了解的基础 网上有大量关于Android事件分发机制的文章,但存在一些问题:内容不全、思路不清晰、无源码分析、简单问...
android的事件分发涉及的知识要点: 一、View及ViewGroup: Android的UI界面都是由View和ViewGroup及其派生类组合而成的。其中,View是...