sloop

Results 122 comments of sloop

1. 一般情况下在Start中注册,Stop中取消注册,这样在页面切换到后台到时候就收不到消息了。 2. 用 UUID 筛选,终极解决方案,所有请求发出和返回都有 UUID,这个是唯一标识,不是自己到不处理就行了。

稍后我运行一下看看。

这是因为这个库加密方式使用了默认的加密方案,由于不同平台默认的加密方案是不同的,所以才导致无法解密,正确方式是,三端统一加密方案,注意加密模式,填充模式,初始向量等。 https://www.jianshu.com/p/df828a57cb8f

你用的是RSA加密吧,这个是默认使用的加密方式不同导致的,我周末的时候更新一下实现方式,提供一下配置选项。

if you want change the RecyclerView or ListView, you should use it in adapter's ViewHolder, like this: ``` public static class NormalTextViewHolder extends RecyclerView.ViewHolder { TextView mTextView; NormalTextViewHolder(View view) {...

Sorry, This library has not update for a long time. I think this will more useful to you https://github.com/chrisjenx/Calligraphy

## It is possible ![](http://ww3.sinaimg.cn/large/005Xtdi2gw1f3o04ui9vwj3062045q2t.jpg) > ### may be it is a little complicated ### Step0: add this library to your project. ### Step1: add spinner in your layout file...

收到,感谢反馈

数据API是干货集中营的,可以直接使用,源码也是采用非常宽松的Apache协议,如果使用了源码在代码中和开源协议中注明 `Copyright (c) 2016 GcsSloop` 即可。