Android Library to make it easy to create your CodeEditor or IDE for any programming language even for your own programming language, just config the view with your language keywords and other attributes and you can change CodeView theme in the runtime so it's make easy to support any number of themes, and CodeView has AutoComplete and you can customize it with different keywords and tokenizers.
This library allows to show intro of your app or a specific view that you want to high-light when you add new features to app.
This is a text/code(Base From [ModPE IDE] ) editor meant for integration as a modular component of the overall UI. The aim is to provide a powerful editor that can be used just like any other View. CodeEditor has been used for this purpose because it is feature-rich, fast, and easy to modify and embed in applications. Please note that this library is currently supported on android API 15 and above. Integration with existing project
Highlights every View
which inherits TextView
(i.e. TextView
, Button
, EditText
). Set targets and Colors. Then highlight any word.
Selecting a particular section of text and highlighting with different color and add notes to them.
TextHighlighter is a simple android API for developers to show highlighted text in android apps, also provides methods to show styled text.
CodeView helps to show code content with syntax highlighting in native way.
Codeview is an Android library that lets you to preview code in WebView
very simple with highlighting.
A syntax highlighting view, powered by highlight.js, for Android.
ShowTipsView let you highligth specific points of interest of your app.
Highlightify is Android library that helps you highlight views when you press them. Usually you would create separate drawable with dark overlay or keep two almost identical images in your resources. But no more, with Highlightify you can easily do in in runtime.