Skip to content

xtremelabs/Android-Scaffolding

 
 

Repository files navigation

Purpose

This project was started to fill in some of the gaps that the ADT plugin for eclipse has. The aim of this is to reduce the amount of grunt work required to add new activities and more to a project.

Installation

To install this project:

  1. Clone the project into your workspace.

    git clone [email protected]:brridder/Android-Scaffolding.git

  2. Add the bin directory to your path in your bash rc.

Usage

Once added to the path, usage is:

android-generator <template> <class_name> [<layout_name>]

To see a list of available templates, run the script without any parameters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • Java 20.4%