|
2 | 2 |
|
3 | 3 | [](https://android-arsenal.com/details/1/4216) |
4 | 4 | [](https://jitpack.io/#kbiakov/CodeView-android) |
5 | | -[](https://travis-ci.org/Softwee/codeview-android) |
| 5 | +[](https://travis-ci.org/kbiakov/CodeView-android) |
6 | 6 |
|
7 | 7 | <b>CodeView</b> helps to show code content with syntax highlighting in native way. |
8 | 8 |
|
@@ -221,6 +221,15 @@ Didn't found yours? Please, open issue to show your interest & I'll try to add t |
221 | 221 | * Inconsolata |
222 | 222 | * Monaco |
223 | 223 |
|
| 224 | +## Used By |
| 225 | +List of apps on Play Store where this library ised. Ping me if you want to be here too! |
| 226 | + |
| 227 | +Icon | Application |
| 228 | +------------ | ------------- |
| 229 | +<img src="https://goo.gl/ijEiBp" width="48" height="48" /> | [GeekBrains] |
| 230 | +<img src="https://goo.gl/UPsE9F" width="48" height="48" /> | [GitJourney for GitHub] |
| 231 | +<img src="https://goo.gl/kNqAc7" width="48" height="48" /> | [Source Code - Lập Trình] |
| 232 | + |
224 | 233 | ## Contribute |
225 | 234 | 1. You can add your theme (see [ColorTheme](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/CodeHighlighter.kt) class). Try to add some classic color themes or create your own if it looks cool. You can find many of them in different open-source text editors.<br> |
226 | 235 | 2. If you are strong in regex, add missed language as shown [here](https://github.com/Softwee/codeview-android/blob/master/codeview/src/main/java/io/github/kbiakov/codeview/highlight/prettify/lang/LangScala.java). You can find existing regex for some language in different sources of libraries, which plays the same role.<br> |
@@ -251,3 +260,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
251 | 260 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
252 | 261 | SOFTWARE. |
253 | 262 | ``` |
| 263 | + |
| 264 | +[GeekBrains]:https://play.google.com/store/apps/details?id=ru.geekbrains |
| 265 | +[GitJourney for GitHub]:https://play.google.com/store/apps/details?id=com.oklab.githubjourney |
| 266 | +[Source Code - Lập Trình]:https://play.google.com/store/apps/details?id=com.noah.truongpq.codeview |
0 commit comments