RichEditor for Android

码农软件 · 软件分类 · Android UI 组件 · 2019-04-26 09:28:40

软件介绍

RichEditor for Android 是 Android 平台下一个所见即所得的文本编辑器控件。

Demo

可以从 Google Play 下载演示程序。

使用示例:

RichEditor editor = (RichEditor) findViewById(R.id.editor);
editor. setOnTextChangeListener(new RichEditor.OnTextChangeListener() {
  @Override
  public void onTextChange(String text) {
    // Do omething
     Log.d("RichEditor", "Preview " + text);
  }
});

本文地址:https://codercto.com/soft/d/4410.html

Making Things See

Making Things See

Greg Borenstein / Make / 2012-2-3 / USD 39.99

Welcome to the Vision Revolution. With Microsoft's Kinect leading the way, you can now use 3D computer vision technology to build digital 3D models of people and objects that you can manipulate with g......一起来看看 《Making Things See》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具