joim
joim
God, this bug has been around for more than a year.
in practice, i don't always use StringBuilder replace str1 + str2. 1. str1 + str2, JVM may do this optimize for us (https://stackoverflow.com/questions/1532461/stringbuilder-vs-string-concatenation-in-tostring-in-java), this looks short; 2. str1+str2+str3+...+strn, StringBuilder looks...
This problem only returns boolean. while boolean state is return, this may be a better solution in O(n^2) time complexity.
我尝试的是重写了XRecyclerView的项目,这个项目比较简单,也好改。
i test gif-drawable impl by glide, it can be show but gif play very slow, why?
link to this question:https://github.com/XRecyclerView/XRecyclerView/issues/350
我最近无意中发现这个https://github.com/uber/RxDogTag.git 库,好像可以抓到 error源信息,不过还没试。 不知道你是否解决了这个问题。