The Rxjava library is different from other common libraries. General libraries such as Glide and ButterKnife are developed to solve practical problems. To some extent,...
Why encapsulate it when it's already convenient? --------1. Avoid too many changes when changing the frame in the future. If you encapsulate, you only need...
Golang does not officially recommend the best package management solution. In the 1.5 era, the official package management design was introduced and the vendor directory...
Glide is a fast and efficient Android image loading library that focuses on smooth scrolling. Glide provides an easy-to-use API, a high-performance, scalable decode pipeline,...
Recently, the company's project requirements require the implementation of bullet screen, which is the reason why I write this bullet screen demo. At present, the...
Glide is a fast and efficient Android image loading library that focuses on smooth scrolling. Glide provides an easy-to-use API, a high-performance, scalable decode pipeline,...
Android base development library to make development easier. 1) Automatic memory reclamation. If the image is not visible, it will automatically release the memory occupied...
The original address: www.jianshu.com/p/5832c7766... I didn't write a line of code to implement the Toolbar! And you're still wrapping BaseActivity? It was a month ago,...
The original address: http://www.jianshu.com/p/5832c776621f preface published article I don't write one line of code to achieve the Toolbar! And you're still wrapping BaseActivity? It was...
This source code analysis based on 4.12.0, if there is a description error, please comment pointed out. 1, How does it sense Application, Activity, Fragmen
In the previous article manual implementation of the rotation graph (A) : ViewPager introduction practice, we know the ViewPager layout, but also a simple start....
First, let me explain what rich text is: By definition, rich text is a cross-platform way of processing text. Convert Html text to SpannableString and...
Android - Glidel image loading framework to study notes Reference address: https://muyangmin.github.io/glide-docs-cn/ to glide Version = '4.12.0', for example 1 G
There are a lot of articles and codes about custom Glide Transformation. Originally, I also found a partial rounded corner picture of Glide loading on...
A personal blog portal, the role of mark/reset the Android Glide 3.7.0 source code parsing (7), elaborate graphics transform and decoding is mentioned RecyclableBufferedInputStream for