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://www.codercto.com/soft/d/4410.html

Web Development Recipes

Web Development Recipes

Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00

You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具