laughmaker
laughmaker
``` findViewById(R.id.action_insert_image).setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { mEditor.insertImage("http://file.yirimao.com/1488878219-771243-0.jpg\" style=\"width:100%;", "alt"); String html = mEditor.getHtml(); } }); ``` i found a way, but a bit @stranger.
微信的获取用户信息接口:http://mp.weixin.qq.com/wiki/17/c0f37d5704f0b64713d5d2c37b468d75.html 微博的获取用户接口:http://open.weibo.com/wiki/2/users/show QQ的获取用户信息接口:http://wiki.open.qq.com/wiki/v3/user/get_info 具体的用户信息,都需要单独用api去调取。 我自己也稍微做了一些封装,https://github.com/laughmaker/TWSNS ,这是个人使用的,仅作参考,有问题可以讨论
这个功能太弱了,现在在重写这一部分,采用原生渲染,不使用WebView,过一段时间看看能不能重新开放出来。
``` 好,我排查一下看看,谢谢啊Sent from Mail Master 在2016年07月11日 14:49,chengxianghe 写道:测试了一下微博和微信的都可以拿到个人信息,但是QQ的就一直报签名验证失败的错误,后来发现一个新的接口:http://wiki.connect.qq.com/get_user_info 用这个就可以拿到个人信息了,希望及时更新 ``` —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or...
可以,PagingScrollHelper,用这个就可以https://github.com/zhuguohui/HorizontalPage
不错,支持,先研究研究
效果如下:
> 效果很好,请问您这个是高亮和笔记分开的吗? 是的
> > ``` > > --- > > isbn: {{metaData.isbn}} > > category: {{metaData.category}} > > --- > > ### 元数据 > > > [!abstract] {{metaData.title}} > > > -...
> 大佬好,请问如何使用啊?我在 weread没有找到自定义模板的功能 设置右下角,有一个大大的输入框。复制替换即可。