Skip to content

A template/bootstrap Android app preconfigured with some common classes & libraries

Notifications You must be signed in to change notification settings

DanielGrech/andstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Andstrap

A template/bootstrap Android app preconfigured with some common classes & libraries

Usage


  andstrap.py [-h] [-d OUTPUT_DIR] APP_NAME PACKAGE PREFIX COMPILE_SDK_VERSION MIN_SDK_VERSION TARGET_SDK_VERSION

  Create an Android App skeleton
  
  positional arguments:
    APP_NAME              the name of the generated application
    PACKAGE               the name of the generated package
    PREFIX                prefix for import classes. Eg 'Weather' for WeatherApp
                          and WeatherContentProvider
    COMPILE_SDK_VERSION   Sdk version to use to compile the app. Eg 19
    MIN_SDK_VERSION       Minimum sdk version the app targets. Eg 14
    TARGET_SDK_VERSION    Target sdk version the app targets. Eg 19
  
  optional arguments:
    -h, --help            show this help message and exit
    -d OUTPUT_DIR, --output_directory OUTPUT_DIR
                          Output direct for the generated project

Example:

./andstrap.py -d /home/neo/ WeatherApp com.example.test Weather 19 14 19

About

A template/bootstrap Android app preconfigured with some common classes & libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published