Is this an app or a plugin? #38
|
Hello, I am new to Android app development. I want to make my own editor which most of people here for this. If it is an app, where can I download it?I checked releases but couldn't find |
Answered by
AmrDeveloper
Oct 5, 2022
Replies: 1 comment 1 reply
|
Hello, @Neodevils, CodeView is an Android Library (Plugin) that helps you to create a code editor easily for any syntax, the repository contains an example app that you can play with it and see how some features work together, So if you have Android Studio installed try to clone the repository and run the app module to see the samples then in your app you can import the library using Gradle and create your own app I am planning to add apk for next releases to be easy to check the sample without Android Studio IDE |
1 reply
Answer selected by
Neodevils
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @Neodevils,
CodeView is an Android Library (Plugin) that helps you to create a code editor easily for any syntax, the repository contains an example app that you can play with it and see how some features work together,
So if you have Android Studio installed try to clone the repository and run the app module to see the samples then in your app you can import the library using Gradle and create your own app
I am planning to add apk for next releases to be easy to check the sample without Android Studio IDE