Code Monkey home page Code Monkey logo

androidstarterkit's Introduction

ASK - Android Starter Kit

Android Starter Kit is meant to start developing app simply and quickly.
In this project we offer some Android modules that are most commonly used imported using command line.

Creating Android project which has GridView, ListView and Default ScrollView as the multiple sequentially fragments in ViewPager

This ask-remote-module contains the following modules:

Layout

  1. SlidingTabLayout
  2. SlidingIconTabLayout

Widget

  1. RecyclerView
  2. ListView
  3. GridView
  4. ScrollView

Getting Started

$ git clone [email protected]:kimkevin/AndroidStarterKit.git
$ cd AndroidStarterKit

# Add Path Permanently 
$ pwd
/local/AndroidStarterKit/ask-app/build/classes/main
$ echo 'export PATH=$PATH:/local/AndroidStarterKit/ask-app/build/classes/main' >> ~/.bash_profile

Usage

Usage: ask [options] [dir]

Options:
First option must be a layout specifier
  -l -layout <widget>...   add <widget> support: sv(ScrollView), rv(RecyclerView), lv(ListView), gv(GridView)
                           defaults to ScrollView

  -h, --help               output usage information
  -i, --icon               tab icon instead of text more than 2 widgets

Run

# 1. Make your new project

# 2. If you just want to create one fragment
$ ask -l <widget> your_project_path 
# or more than 2 fragments
$ ask -l <widget>... your_project_path

Examples

$ ask -l rv /samples/MyApplication
$ ask -l gv,lv /samples/MyApplication
$ ask -l gv,lv --icon /samples/MyApplication

License

Copyright (c) 2016 “KimKevin” Yongjun Kim
Licensed under the MIT license.

androidstarterkit's People

Contributors

kimkevin avatar lespinsideg avatar

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.