File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# AndroidAceEditor
2
- This project is an attempt to integrate a text/code editor as a modular component of the overall UI.
2
+ This is a text/code editor meant for integration as a modular component of the overall UI.
3
3
The aim is to provide a powerful editor that can be used just like any other View.
4
4
5
5
Ace text editor has been used for this purpose because it is feature-rich, fast, and easy to modify and embed in applications.
6
6
7
7
8
- Please note that this library currently supports android version 5.0(Lollipop) and above.
8
+ Please note that this library is currently supported android version 5.0(Lollipop) and above.
9
9
10
10
Integration to existing project
11
11
---
@@ -44,7 +44,7 @@ dependencies {
44
44
```
45
45
46
46
#### Java
47
- Demp Activity:
47
+ Demo Activity:
48
48
``` java
49
49
public class MainActivity extends Activity {
50
50
You can’t perform that action at this time.
0 commit comments