Interface for editor

Report a typo

You're creating a simple text editor, and now you want to make versions for different platforms: desktop, Android, iOS.

Choose which methods you should implement in the core TEXT_EDITOR class and which in the ANDROID_TEXT_EDITOR.

Operations with a device may be platform-specific.

Choose one option for each row
TEXT_EDITORANDROID_TEXT_EDITOR
DELETE_WORD
SWITCH_TO_HORIZONTAL_LAYOUT
ZOOM_IN
UNDO
___

Create a free account to access the full topic