咕咚

Results 102 issues of 咕咚

firstly I copy SwipeRefreshLayout template to Android Studio plugin/activity and restart the AS when I use SwipeRefreshLayout guide in android studio I clicked finish but no response ,and emm... how...

### Step 1: Install #### Install option 1: Maven Add the javabrake dependency through your IDE or directly to your `pom.xml` file: ```xml io.airbrake javabrake 0.1.4 pom ``` #### Install...

airbrake

目前最新的代码提交在 develop 分支,其中包含了诸多新功能(背单词、Android M 划词适配,每日一句),但是目前还有很多小问题,自己时间有限,这里把一些比较明显问题列举在 project 下的[待完成功能](https://github.com/maoruibin/TranslateApp/projects/1) 中,如果有兴趣,欢迎认领。 下面是最新的 咕咚翻译 版本,增加了很多新特性

由于 onDraw 方法会被大量频繁的调用,原来的实现中。 Point 对象会被大量的创建,这样会导致内存不断分配并触发 GC,现在去掉 point 对象的动态创建。

如题,自己在自己的 Android 10 设备上,如果不设置 ``` android:requestLegacyExternalStorage="true" ``` 列表显示不了图片,所以感觉分区适配 还是没做好,作者再检查一下?

如题,可以在 config 中可以加一个 RSSCount 属性,用来控制显示的 rss 条数,现在是全部显示,作者可以考虑考虑 ```xml {%- for post in site.posts limit:{{site.rssCount}} %} {%- endfor %} ```