Introducing
The Slant team built an AI & it’s awesome
Find the best product instantly
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now
4.7 star rating
0
What is the best alternative to Enlightened Editor?
Ad
Ad
Codeit
All
7
Experiences
Pros
6
Cons
1
Top
Pro
Free and open source
Source code is available on Github.
See More
Top
Con
No multiple accounts
It would be useful to add more than one Git host account to Codeit.
See More
Top
Pro
Supports a lot of languages
C, C++, C#, CSS, HTML, Java, JavaScript, Lua, LaTex, Python, Ruby, SQL and more.
See More
Top
Pro
Easy to setup
Codeit is really quick to load and pretty simple in terms of UI, so setup is a minute max. It's a web app, so it weighs nothing on your phone too.
See More
Top
Pro
Live view
If you're editing a site and want to see how it looks, you can swipe up from the bottom edge and see it live, without any hosting, you can share these previews as well.
See More
Top
Pro
Consistency
Codeit is available on Windows and macOS/iOS as well as Linux and Android, and looks the same on all platforms. The editor is pretty simple and you don't have to get used to new code editors every time you swap platforms.
See More
Top
Pro
Supports 200 languages
See More
Hide
See All
Experiences
Free
15
2
Code Editor
All
4
Experiences
Pros
4
Top
Pro
Support all common programming languages
It supports all programming languages like c/c++, php, java, javascript, html, css, etc
See More
Top
Pro
Work Space
Open multiple files and folder and edit all opened files simultaneously.
See More
Top
Pro
Preview your HTML code
You can preview your HTML code, load images, music etc. This works perfectly.
See More
Top
Pro
JavaScript interactive console
Debug JavaScript code and you web app when you preview your website. The console is interactive so you can execute code right from the console.
See More
Hide
€ 2,29
43
5
DroidEdit
All
11
Experiences
Pros
7
Cons
4
Top
Pro
Supports a lot of languages
C, C++, C#, CSS, HTML, Java, JavaScript, Lua, LaTex, Python, Ruby, and SQL.
See More
Top
Con
Looks incredibly outdated
See More
Top
Pro
Syntax highlighting and customizable themes
See More
Top
Con
No longer supported
Last update: September 30, 2017!
See More
Top
Pro
Auto or block indentation
See More
Top
Con
Does not fully support Android 12
Can't save files on Dropbox.
See More
Top
Pro
Works very well on tablet with keyboard
Good use of screen space in landscape mode and no switching into portrait mode. Good for writing just text files and coding stuff.
See More
Top
Con
Can't quite minimize all menus to go full screen
See More
Top
Pro
Dark theme
See More
Top
Pro
Lots of keyboard shortcuts when using physical keyboard
See More
Top
Pro
Special characters keyboard add on
See More
Hide
See All
Experiences
Free
149
16
SoloLearn
All
10
Experiences
Pros
7
Cons
2
Specs
Top
Pro
Completely free
See More
Top
Con
Only the most commonly used languages are covered.
C++, Java, JavaScript, C#, Python, SQL, PHP, Swift, Ruby, JQuery, HTML, CSS. You won't find anything less common like Haskell, Erlang, Elixir, Common Lisp, Scheme, Clojure, Rust, etc.
See More
Top
Pro
Offline learning mode for mobile apps
Allows learning while disconnected from the net.
See More
Top
Con
Limited usefulness for intermediate or experienced programmers
No advanced coding challenges. Look for those on other sites like hackerrank.
See More
Top
Pro
Easy for beginners
Anyone can get started with this.
See More
Top
Pro
Share and modify others' projects
See More
Top
Pro
Browser-based code playgrounds
No software installation needed, just a modern web browser. On mobile devices though the mobile apps are highly recommended.
See More
Top
Pro
Excellent mobile apps available
See More
Top
Pro
Gamification
XP, levels, badges, certificates, etc.
See More
Specs
Languages:
C/C++, Java, JavaScript, C#, Python, SQL, PHP, Swift, Ruby, JQuery, HTML, CSS.
Offline operation:
Yes
Community support:
Yes
Mobile apps:
Yes
See All Specs
Hide
See All
Experiences
Free
57
9
MX Player Pro
All
7
Experiences
Pros
2
Cons
5
Top
Pro
Hardware acceleration
Hardware acceleration can be used for video playback to help in the apps HW+ mode. This allows for smoother video playback as well as better playback of higher resolutions.
See More
Top
Con
No color adjustment like saturation, hue, and contrast
See More
Top
Pro
Built-in touch lock feature
It is possible to have videos played in touch lock mode. It is also possible to hide watermarks or display the player's touch locked status.
See More
Top
Con
HW+ audio quality is very bad
See More
Top
Con
Closed source & paid
See More
Top
Con
No ac3 support
There is no ac3 audio support.
See More
Top
Con
No Chromecast support
Not having Chromecast support severely limits the apps usefulness to those that use said service, especially when many other video apps support it.
See More
Hide
See All
Experiences
Get it
here
32
7
Android Studio
All
18
Experiences
Pros
12
Cons
5
Specs
Top
Pro
Officially supported by Google
Android Studio is the software built by Google themselves to be used for Android Development. As such, it's certain that support for it will never drop as long as Android apps are still being developed. Studio is also the tool that Google recommends using for Android development and it's the IDE that gets updates related to Android first.
See More
Top
Con
High memory use
See More
Top
Pro
Based on the powerful IntelliJ IDEA
Unlike its predecessor, which is based off Eclipse, Android Studio is build on top of Jetbrain's Flagship Java IDE which offers over a number of features. It's also open-source too (Community Edition only).
See More
Top
Con
Many errors that are almost impossible to remove
Gradle sync fail Render problem Class can't be found Layout Reinstall repository Update SDK (even with latest version)
See More
Top
Pro
Live code updates and renderings of app
Layouts are built and can be observed in real time and are automatically updated after every change. You can even see these changes on different screens.
See More
Top
Con
Apps run slow on the ARM version of the emulator
While the Android team have recently fixed issues that had to do with emulation on an x86 architecture and greatly improving emulator speeds, emulating an Android device and running apps on an ARM architecture is still pretty slow.
See More
Top
Pro
Extremely easy to integrate Google Services
Because it's made by Google to be the tool to be used for Android Development, it's also very easy for Google to add great support for their services in the IDE and make it easier to integrate Google Services into Android applications built with Studio.
See More
Top
Con
Many offline issues
See More
Top
Pro
Uses the powerful Gradle build tool out of the box
Android Studio uses Gradle as the official build tool for projects, moving away from the now outdated Apache Ant. Gradle is a powerful build tool, especially for Android development with which it's very easy to do things that are otherwise impossible or very hard to do on other build systems, thing like: upgrading the build system without breaking the project itself or allowing you to separately define the development and production versions.
See More
Top
Con
Android development only
Android Studio is the official IDE for Android and it works great as an Android IDE. Unfortunately, that's the only thing it can do. If you want to develop applications for other platforms in Java, you have to learn another IDE as well.
See More
Top
Pro
Pushes fast to the built-in emulator
Pushing to the built-in Android emulator can be up to 10 times faster than pushing to a physical device.
See More
Top
Pro
Extremely fast preview
Since Android 2.0, Google have been focusing more and more on the IDE's speed, going so far as making it 2-2.5 times faster than older versions. But the greatest feature when it comes to speed though is the new feature called "Instant Run". This is comparable to writing HTML, where you write the HTML and just refresh te page to see the changes. On mobile though, updating anything would take a lot of time for the system to rebuild. Instant Run allows developers to build their app once (on physical devices, emulator or both) and as they change their code, AS does hot code swapping where it only updates the parts of the code that have been changed and the developer can see those changes after a second or two.
See More
Top
Pro
Intelligently replaces values
References are automatically replaced with their real values, so you can easily view which color you are using for example.
See More
Top
Pro
Supports many platforms
Linux, Windows, and Mac are supported.
See More
Top
Pro
Allows GPU tracking
For graphics-intensive apps or games, Android Studio has a GPU profiler baked in. With this you can see exactly what is happening inside the device when a new image is drawn on the screen.
See More
Top
Pro
Can test Google Play Services API straight from the emulator
Since the built-in emulator has Google Play Services like a physical device, you can test a lot of API calls without having to deploy your application to a device.
See More
Top
Pro
It supports naked
See More
Specs
Latest Version :
3.6 (Stable), 3.6 RC 3 (Preview)
Hide
See All
Experiences
Free
283
74
Built By the Slant team
Find the best product instantly.
4.7 star rating
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now - it's free
{}
undefined
url next
price drop