All Projects → androidstarters → Generator Android Architecture

androidstarters / Generator Android Architecture

Licence: other
[Yeoman Generator] Create android app using googlesamples/android-architecture.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Generator Android Architecture

Generator
Rails-inspired generator system that provides scaffolding for your apps
Stars: ✭ 1,000 (+1119.51%)
Mutual labels:  yeoman
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (-23.17%)
Mutual labels:  android-architecture
Modernwebdevgenerator
A Yeoman generator for Modern Web development projects
Stars: ✭ 73 (-10.98%)
Mutual labels:  yeoman
Mvvm Kotlin Android Architecture
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
Stars: ✭ 1,014 (+1136.59%)
Mutual labels:  android-architecture
Generator Baukasten
Awesome!
Stars: ✭ 50 (-39.02%)
Mutual labels:  yeoman
Hello Mvp
A small MVP Android project
Stars: ✭ 65 (-20.73%)
Mutual labels:  android-architecture
Generator Helix
Generate Helix compliant solutions with Yeoman.
Stars: ✭ 37 (-54.88%)
Mutual labels:  yeoman
Android Mvp Architecture
Sample app to show basics of Model-View-Presenter (MVP) architectural pattern
Stars: ✭ 79 (-3.66%)
Mutual labels:  android-architecture
Generator Craftinstall
DEPRECATED generator-craftinstall is a Yeoman generator for Craft CMS installs
Stars: ✭ 57 (-30.49%)
Mutual labels:  yeoman
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (-12.2%)
Mutual labels:  android-architecture
Permissionsflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
Stars: ✭ 49 (-40.24%)
Mutual labels:  android-architecture
Generator Buildabanner
Yeoman workflow to get a standard or DoubleClick banner started quickly.
Stars: ✭ 49 (-40.24%)
Mutual labels:  yeoman
Generator Rn Toolbox
The React Native Generator to bootstrap your apps
Stars: ✭ 1,155 (+1308.54%)
Mutual labels:  yeoman
Generator Expressjs Rest
Project template for an ExpressJS application
Stars: ✭ 41 (-50%)
Mutual labels:  yeoman
Aacpaginginfinitescrollingwithnetworksample
AAC Paging Infinite Scrolling With Network Sample
Stars: ✭ 74 (-9.76%)
Mutual labels:  android-architecture
Relay Fullstack
☝️🏃 Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
Stars: ✭ 986 (+1102.44%)
Mutual labels:  yeoman
Generator Swiftserver
WARNING: This repository is no longer maintained
Stars: ✭ 64 (-21.95%)
Mutual labels:  yeoman
Fluxxan
Fluxxan is an Android implementation of the Flux Architecture that combines concepts from both Fluxxor and Redux.
Stars: ✭ 80 (-2.44%)
Mutual labels:  android-architecture
Generator Django Rest
Yeoman generator for a Django REST/GraphQL API, an optional React SPA & lots more!
Stars: ✭ 77 (-6.1%)
Mutual labels:  yeoman
Generator Craftplugin
generator-craftplugin is a Yeoman generator for Craft CMS plugins
Stars: ✭ 69 (-15.85%)
Mutual labels:  yeoman

generator-android-architecture

NPM version Build Status Dependency Status Coverage percentage

Yeomon generator to create android app using googlesamples android-architecture.

Demo

Installation

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

npm install -g yo
npm install -g generator-android-architecture

Then generate your new project:

mkdir NewApp && cd $_
yo android-architecture

Example

➜  NewApp yo android-architecture

     _-----_     ╭──────────────────────────╮
    |       |    │   Welcome to the badass  │
    |--(o)--|    │ generator-android-archit │
   `---------´   │     ecture generator!    │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `

? What are you calling your app? NewApp
? What package will you be publishing the app under? in.architecture.sample
? Choose architecture from https://github.com/googlesamples/android-architecture? (Use arrow keys)
❯ todo-mvp - Basic Model-View-Presenter architecture.
  todo-mvp-loaders - Based on todo-mvp, fetches data using Loaders.
  todo-databinding - Based on todo-mvp, uses the Data Binding Library.
  todo-mvp-clean - Based on todo-mvp, uses concepts from Clean Architecture.
  todo-mvp-dagger - Based on todo-mvp, uses Dagger2 for Dependency Injection.
  todo-mvp-rxjava - Based on todo-mvp, uses RxJava for concurrency and data layer abstraction.
  todo-mvp-contentproviders - Based on todo-mvp-loaders, fetches data using Loaders and uses Content Providers.

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

Apache-2.0 © Ravindra Kumar

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].