========================= No Longer Supported =========================
This project has reached the end of development and is no longer supported
- The repository, issues, pull requests, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions and comments are read-only.
- The repository can still be forked and cloned - The License still applies.
- The repository is scheduled for deletion (the earliest date for this is [delete])
- The repository may be un-archived (however, this is very unlikely)
Absolutely, there are several alternatives out there.
While I've dedicated considerable time and effort to this project, recently I've found myself drawn to other projects that I find more fulfilling. If you're looking for alternatives, a quick search reveals a variety of text editors available for Android. Here's a selection:
-
Turbo Editor: https://github.com/vmihalachi/turbo-editor
https://alternativeto.net/category/developer-tools/code-editor/?license=opensource&platform=android seems to have a few that may be worth investigating
========================= No Longer Supported =========================
Code editor for android
- What this means now
- What this means in the future
- Are there better editors?
- Features
- Screenshots
- Documentation
- Installation
- Gradle tasks
- Kotlin and Android Version
- Building From Source
- Community Files
- Create, edit and save code/ text files
- Syntax highlighting for Java, XML, Python using regex
- 4 Themes: Light, Dark, Black, Auto
- Configurable text size
- Launcher Shortcuts for Settings, About, New File
A high-level overview of how the documentation is organized organized will help you know where to look for certain things:
- The Technical Reference documents APIs and other aspects of the machinery. This documentation describes how to use the classes and functions at a lower level and assume that you have a good high-level understanding of the software.
You can install the app using the following methods, Follow the link to the listing on your preferred store by clicking on one of the badges below, then download/install:
Follow the steps in Building from Source section.
- ktlintCheck (
gradlew ktlintCheck
): run ktlint over the codebase - genDocs (
gradlew genDocs
): generate the api reference using dokka
This app has been written in Kotlin 1.9.0 with the Android Studio IDE.
- The target SDK version is 33 (Android 13)
- The minimum SDK version is 26 (Android 8 Oreo)
- Download or clone this GitHub repository
- (If downloaded) Extract the zip archive
- In Android Studio click File > Open and then navigate to the project file (Android studio defaults to the directory of the last opened file)
-
Press the Clone or download button in the top right
-
Copy the URL (link)
-
Open the command line and change directory to where you wish to clone to
-
Type 'git clone' followed by URL in step 2
git clone https://github.com/FredHappyface/Android.FHCode
More information can be found at https://help.github.com/en/articles/cloning-a-repository
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
Download the Android Studio IDE from https://developer.android.com/studio/. For Windows, double click the downloaded .exe file and follow the instructions provided by the installer - it will download the Android emulator and the Android SDK. Additional information can be found at https://developer.android.com/studio/install
MIT License (See the LICENSE for more information.)
See the Changelog for more information.
Our project welcomes individuals from diverse backgrounds and perspectives. We are committed to providing a friendly, safe and welcoming environment for all. Please see the Code of Conduct for more information.
Your contributions are valuable and help improve the project for everyone, please see the Contributing Guidelines for more information.
If you discover a security vulnerability, we appreciate your responsible disclosure. Please see the Security Policy for more information.
Thank you for using this project, I hope it is of use to you. Please keep in mind that the folks working on this project are enthusiasts with various commitments such as work, family, and other passions. See the Support Policy for more information.
Serves as a guide to various aspects of project development, including versioning, style guidelines, and recommended practices. Please see the Rationale for more information.