Looking for tips, tricks, and experiences of comrades who’ve developed Android apps using Vim, Neovim, or other text editors rather than Android Studio.

It’s been a while since I did any Android development but I want to develop an app for personal use. Between then and now I’ve been using Neovim for everything so I’m loathe to go back to Android Studio but it handles a lot of boiler plate for new projects.

Has anyone got any thoughts or tools to share? I’m very comfortable in the CLI so my dream setup would be using Neovim as a code editor and running build commands etc in a terminal nearby.

  • 小莱卡@lemmygrad.ml
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    I don’t do android development but i do some basic rust stuff, i will share some of the plugins i use when im back home.

    Something that comes to mind is using COQ snippets for boilerplate code, or maybe autocommands?