• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Java
  • License
    Other
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[Yeoman Generator] Generate MVP Architecture for Android App using https://git.io/v9Ujz

generator-android-mvp-starter

Join the chat at https://gitter.im/generator-android-mvp-starter/Lobby NPM version Build Status Dependency Status Coverage Status

An MVP Boilerplate to save me having to create the same project over from scratch every time! :)

How it works?

It provides a generator to create and maintain a android application based on the latests frameworks and patterns used by the community. Stack:

Installation

First, install Yeoman and generator-android-mvp-starter using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-android-mvp-starter

Then generate your new project:

mkdir NewApp
cd NewApp
yo android-mvp-starter

Created & Maintained By

Ravindra Kumar (@ravidsrk)

If you found this repo helpful or you learned something from the source code and want to thank me, consider buying me a cup of ☕

License

Apache-2.0 © Ravindra Kumar