Aztec
A reusable native Android rich text editor component
Aztec (which extends EditText) is a rich-text editor component for writing HTML documents in Android. You can check the minimum Android version supported by looking at the minSdkVersion configuration within build.gradle. There is an optional list type you can enable in the editor. In addition to ordered and unordered lists you can use task list. A task list is an unordered list that shows and saves checkboxes instead of bullets. By default, Aztec allows nested blocks. In certain cases...