android-cnblogs icon indicating copy to clipboard operation
android-cnblogs copied to clipboard

An android application of the cnblogs.com website.

Results 4 android-cnblogs issues
Sort by recently updated
recently updated
newest added

修复maven仓库地址

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

1、Activity中调用:IBlogApi blogApi = CnblogsApiFactory.getInstance(this).getBlogApi(); 2、public static CnblogsApiProvider getInstance(Context context) { if (sProvider == null) { synchronized (CnblogsApiFactory.class) { if (sProvider == null) { initProvider(context); } } } return sProvider; }

当文本框很小的时候 比如设置文本框20dp 输入的文字不能居中