{"id":16986929,"url":"https://github.com/amrdeveloper/codeview","last_synced_at":"2025-10-17T03:22:39.866Z","repository":{"id":37680572,"uuid":"287818662","full_name":"AmrDeveloper/CodeView","owner":"AmrDeveloper","description":"Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features","archived":false,"fork":false,"pushed_at":"2023-12-30T18:08:59.000Z","size":10574,"stargazers_count":407,"open_issues_count":9,"forks_count":56,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-02T00:48:01.574Z","etag":null,"topics":["android","android-codeview","android-library","android-ui","auto-indent","autocomplete","autocompletetextview","code-editor","codeeditor","codeview","hacktoberfest","highlighting","ide","java","kotlin","snippets","syntax-highlighting"],"latest_commit_sha":null,"homepage":"https://amrdeveloper.github.io/CodeView/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmrDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"amrdeveloper"}},"created_at":"2020-08-15T20:18:29.000Z","updated_at":"2025-09-22T05:56:08.000Z","dependencies_parsed_at":"2023-12-29T22:00:48.878Z","dependency_job_id":"c60e6ab9-942e-4977-88a8-78bc9d3e1f55","html_url":"https://github.com/AmrDeveloper/CodeView","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/AmrDeveloper/CodeView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FCodeView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FCodeView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FCodeView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FCodeView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmrDeveloper","download_url":"https://codeload.github.com/AmrDeveloper/CodeView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmrDeveloper%2FCodeView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279276404,"owners_count":26138753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-codeview","android-library","android-ui","auto-indent","autocomplete","autocompletetextview","code-editor","codeeditor","codeview","hacktoberfest","highlighting","ide","java","kotlin","snippets","syntax-highlighting"],"created_at":"2024-10-14T02:47:23.637Z","updated_at":"2025-10-17T03:22:39.820Z","avatar_url":"https://github.com/AmrDeveloper.png","language":"Java","readme":"# CodeView\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/cv-logo.png\" width=\"128px\" height=\"128px\"/\u003e\n\u003c/p\u003e\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/343df315aa3b40e09e6e98cf32ff8468)](https://app.codacy.com/gh/AmrDeveloper/CodeView?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=AmrDeveloper/CodeView\u0026utm_campaign=Badge_Grade_Settings)\n[![CodeFactor](https://www.codefactor.io/repository/github/amrdeveloper/codeview/badge)](https://www.codefactor.io/repository/github/amrdeveloper/codeview)\n![Build](https://github.com/amrdeveloper/codeview/actions/workflows/build.yml/badge.svg)\n[![Min API Level](https://img.shields.io/badge/API-%2B14-brightgreen)]()\n![Maven Central](https://img.shields.io/maven-central/v/io.github.amrdeveloper/codeview?color=green)\n[![Jitpack Version](https://jitpack.io/v/AmrDeveloper/CodeView.svg)](https://jitpack.io/#AmrDeveloper/CodeView)\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-CodeView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/8179)\n\nAndroid Library to make it easy to create your CodeEditor or IDE for any programming language \neven for your programming language, just config the view with your language keywords and other attributes\nand you can change the CodeView theme in the runtime so it's made it easy to support any number of themes, \nand CodeView has AutoComplete and you can customize it with different keywords and tokenizers.\n\n## Demo\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/python_demo.gif\" alt=\"animated\" width=\"23%\"/\u003e\n  \u003cimg src=\"media/java_demo.gif\" alt=\"animated\" width=\"23%\"/\u003e\n  \u003cimg src=\"media/golang_demo.gif\" alt=\"animated\" width=\"23%\"/\u003e\n\u003c/p\u003e\n\n- Main Features\n  - Can support any programming language you want.\n  - Can support AutoComplete and customize it with different tokenizers and design.\n  - Can support any theme you want and change it in the runtime.\n  - Syntax Highlighter depend on your patterns so you can support any features like TODO comment.\n  - Can support errors and warns with different colors and remove them in the runtime.\n  - Can change highlighter update delay time.\n  - Support Code snippets and change it in the runtime.\n  - Support optional Line Number with customization.\n  - Support optional highlighting current line number.\n  - Support optional relative line number inspired from vim editor.\n  - Support Auto indentation with customization.\n  - Support highlighting matching tokens.\n  - Support replace first and replace all matching tokens.\n  - Support auto pair complete.\n\n- Documentations:\n  - [Full Documentation](https://amrdeveloper.github.io/CodeView/)\n  - [Install Documentation](docs/install.md)\n  - [Add to XML Documentation](docs/add-to-xml.md)\n  - [Highlight Documentation](docs/highlight.md)\n  - [Auto Complete Documentation](docs/auto-complete.md)\n  - [Pair Complete Documentation](docs/pair-complete.md)\n  - [Snippets Documentation](docs/snippets.md)\n  - [Auto Indenting Documentation](docs/auto-indenting.md)\n  - [Find and Replace Documentation](docs/find-and-replace.md)\n  - [Line Number Documentation](docs/line-number.md)\n\n- Articles\n  - [Android CodeView an Easy way to create Code Editor app](https://itnext.io/android-codeview-an-easy-way-to-create-code-editor-app-5d67c3534f84)\n  - [Android CodeView the easiest way to highlight text](https://itnext.io/android-codeview-the-easiest-way-to-highlight-patterns-53702e0e2164)\n  - [Android CodeView Highlight search result in List Items](https://itnext.io/android-codeview-highlight-search-result-in-list-items-b7e4c9fb57d8)\n  - [Android CodeView Create a code editor with Snippets](https://itnext.io/android-codeview-create-a-code-editor-with-snippets-6733094161e4)\n  - [Android CodeView Auto Indentation, Find and replace](https://itnext.io/android-codeview-auto-indentation-find-and-replace-3bc91994e214)\n\n### License\n\n```\nCopyright (c) 2020 - Present Amr Hesham\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":["https://github.com/sponsors/amrdeveloper"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Fcodeview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famrdeveloper%2Fcodeview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famrdeveloper%2Fcodeview/lists"}