Code Monkey home page Code Monkey logo

android-dev.vim's Introduction

Android Development for Vim

Vim is a kickass text editor turned IDE (with the right plug-ins). Android is an awesome mobile operating system that's open and plainly rocks. Why not put these two together?

android-dev.vimis a Vim plugin that allows you to build your Android application on the command line and within Vim. The plug-in is written purely in VimL for portability.

Requirements

NOTE: This plugin has ONLY been tested on a bleeding edge version of Vim 7.3 with --features=huge. Please report any problems you encounter with version information and compilation options included.

At the time of writing, there isn't any language dependencies but it does require on the following:

  • Ant is used a lot to handle most of the building tasks. We โค you!

  • Android Development Tools have to be not only on your system, but discoverable in your $PATH.

Installing

I recommending using Vundle to install plugins. The line necessary to add this plugin is as follows:

Bundle 'jalcine/android-dev.vim'

Commands

All of the methods for the plug-in are defined with AndroidDev as the leading prefix. Some of the commands you'd use a lot are as follows:

  • :AndroidDevBuildDebug - invokes a debug build for your Android application.
  • :AndroidDevProjectCreate - inits the wizard to build a new Android project.

Options

Extensibility is what we love and one of the more popular philosophies out there. The following are a list of recommended options to be set after installing this plugin.

  • g:android_sdk_path defines the path that at which you'd be able to find your SDK tools for Android. The folders tools and platform-tools should be discoverable in here.

License

This plugin is licensed under the MIT license. Make it work, people!

Author

I'm Jacky Alcine and I love code and chatting. Find me on Twitter or jalcine on Freenode!

android-dev.vim's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.