as it would be nice to have a high performance TextEdit alternative that is capable of viewing and editing very large files (like the terminal application vim
which is incredibly fast both on mac and on android termux)
and it would also be awesome to have an actual VST/plugin system for android (with pros and cons in terms of performance, such as java being limited to APK packaged plugins, while native .so plugins require (probably) a full compositor to render the plugin's in (tho i may get away with just hooking the .so plugins in a pre-constructed SurfaceView and wrapper code, kinda how Android Activities work)