All Projects → Generator Android Architecture → Similar Projects or Alternatives

257 Open source projects that are alternatives of or similar to Generator 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 Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (+309.76%)
Mutual labels:  yeoman
Prompt Checkbox
This repository has been archived, use Enquirer instead.
Stars: ✭ 21 (-74.39%)
Mutual labels:  yeoman
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Stars: ✭ 325 (+296.34%)
Mutual labels:  android-architecture
Generator Rn Toolbox
The React Native Generator to bootstrap your apps
Stars: ✭ 1,155 (+1308.54%)
Mutual labels:  yeoman
Reedly
Reedly RSS reading app to showcase Clean Architecture
Stars: ✭ 328 (+300%)
Mutual labels:  android-architecture
Generator Metalsmith
Yeoman generator for Metalsmith
Stars: ✭ 13 (-84.15%)
Mutual labels:  yeoman
Clean Architecture
Clean architecture sample
Stars: ✭ 318 (+287.8%)
Mutual labels:  android-architecture
Generator Expressjs Rest
Project template for an ExpressJS application
Stars: ✭ 41 (-50%)
Mutual labels:  yeoman
Botbuilder Samples
Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!
Stars: ✭ 3,484 (+4148.78%)
Mutual labels:  yeoman
Generator Infinitely Static
💫 Static page generator with routes support thats infinitely awesome
Stars: ✭ 11 (-86.59%)
Mutual labels:  yeoman
Generator Webappstarter
Quick start a web app for mobile.Automatically adjusts according to a device’s screen size without any extra work.
Stars: ✭ 298 (+263.41%)
Mutual labels:  yeoman
Aacpaginginfinitescrollingwithnetworksample
AAC Paging Infinite Scrolling With Network Sample
Stars: ✭ 74 (-9.76%)
Mutual labels:  android-architecture
Clean Mvvm Archcomponents
👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Stars: ✭ 285 (+247.56%)
Mutual labels:  android-architecture
Androidall
Android 程序员需要掌握的技术栈:数据结构算法、程序架构、设计模式、性能优化、插件化、热更新、Kotlin、NDK、Jetpack,以及常用的开源框架源码分析如 Flutter、Router、RxJava、Glide、LeakCanary、Dagger2、Retrofit、OkHttp、ButterKnife 等
Stars: ✭ 849 (+935.37%)
Mutual labels:  android-architecture
Kotlin Cleanarchitecture
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish: http://katade.com/clean-architecture-kotlin/
Stars: ✭ 274 (+234.15%)
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
Android Mvp Mvvm Flytour
🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码实现,编码架构由MVVM和MVP组成,工程架构和编码架构及编码语言开发者可根据自己具体的项目实际需求去决定选择使用,该框架是Android组件化、Android插件化、Android MVP架构、Android MVVM架构的集大成者,帮助你快速的搭建自己的App项目开发框架,以便把主要的精…
Stars: ✭ 2,948 (+3495.12%)
Mutual labels:  android-architecture
Generator Gulp Express Webapp
Yeoman generator for building a simple web app using express + gulp. This project contains proper project and build structure to be easily extensible.
Stars: ✭ 8 (-90.24%)
Mutual labels:  yeoman
Generator Phaser
A yeoman generator for phaser games
Stars: ✭ 255 (+210.98%)
Mutual labels:  yeoman
Generator Swiftserver
WARNING: This repository is no longer maintained
Stars: ✭ 64 (-21.95%)
Mutual labels:  yeoman
UTair-MVP-Sample
Android Clean Architecture + MVP Sample written in Kotlin
Stars: ✭ 27 (-67.07%)
Mutual labels:  android-architecture
Generator Modular Angular
A truly modular yeoman generator for AngularJS all device apps.
Stars: ✭ 23 (-71.95%)
Mutual labels:  yeoman
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-3.66%)
Mutual labels:  yeoman
Android Clean Architecture Example
Yet another Android clean architecture example using RxJava and Room.
Stars: ✭ 37 (-54.88%)
Mutual labels:  android-architecture
mvp with dagger
How presenters survive Activity recreations on configuration changes with Dagger2
Stars: ✭ 29 (-64.63%)
Mutual labels:  android-architecture
Generator Node Module
A Yeoman module to author Node libraries with Prettier, Jest, Flow and Babel.
Stars: ✭ 16 (-80.49%)
Mutual labels:  yeoman
generator-yeomify-landing
Yeoman generator for landing project powered by Gulp
Stars: ✭ 29 (-64.63%)
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
android-jetpack
🚀 Road to Accelerate Android Development using Jetpack
Stars: ✭ 50 (-39.02%)
Mutual labels:  android-architecture
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+843.9%)
Mutual labels:  android-architecture
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-68.29%)
Mutual labels:  android-architecture
Androidroom
Android example to show how to use Room to access SQLite database on device for reading and writing data. This example also shows how to use LiveData and ViewModel with Room to build reactive, well performing and easy to maintain applications.
Stars: ✭ 36 (-56.1%)
Mutual labels:  android-architecture
SPYZIER-APP
Android spying app and Parental controller app.
Stars: ✭ 156 (+90.24%)
Mutual labels:  android-architecture
People Mvvm
Sample created to practice MVVM and DataBinding in Android Applications.
Stars: ✭ 660 (+704.88%)
Mutual labels:  android-architecture
FudiNFC
💳 NFC Reader And Writer using Android devices by @romellfudi
Stars: ✭ 44 (-46.34%)
Mutual labels:  android-architecture
Generator Craftinstall
DEPRECATED generator-craftinstall is a Yeoman generator for Craft CMS installs
Stars: ✭ 57 (-30.49%)
Mutual labels:  yeoman
kozy-redux
Pure Kotlin redux library for Android.
Stars: ✭ 16 (-80.49%)
Mutual labels:  android-architecture
Android Arsenal.com
Source to android-arsenal.herokuapp.com
Stars: ✭ 541 (+559.76%)
Mutual labels:  android-architecture
repolib-android
RepoLib Rx - Android
Stars: ✭ 13 (-84.15%)
Mutual labels:  android-architecture
Blog Fragments 2017
Blog post regarding android fragments in 2017. Sample includes fragment-less architecture
Stars: ✭ 34 (-58.54%)
Mutual labels:  android-architecture
Debt-Manager
A personal app to store people that owe you money or you owe money to. "Mo Money Mo Problems" 🎵 - The Notorious B.I.G. 😎
Stars: ✭ 22 (-73.17%)
Mutual labels:  android-architecture
Viabus Architecture
让 Android 开发可以像流水线一样高效的,职责分离架构 ⚡ 不同于 MVP 的配置解耦,也不能和 似是而非 的 MVVM - Clean 同日而语。VIABUS 是世界范围内首个明确提出,通过职责分离,来真正实现 UI 和 业务并行开发的 Android 项目级开发架构和设计模式理念。
Stars: ✭ 485 (+491.46%)
Mutual labels:  android-architecture
android-boilerplate
Android Boilerplate à la ustwo
Stars: ✭ 43 (-47.56%)
Mutual labels:  android-architecture
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
pixel2html-generator
PSA: this repo has been moved into Pixel2HTML/Pixel2HTML -->
Stars: ✭ 23 (-71.95%)
Mutual labels:  yeoman
Cleanarchitecturemanifest
Description of the main principles and rules for building an Android application using Clean Architecture approach
Stars: ✭ 444 (+441.46%)
Mutual labels:  android-architecture
generator-node
🔧 Yeoman generator for Node projects.
Stars: ✭ 16 (-80.49%)
Mutual labels:  yeoman
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (-60.98%)
Mutual labels:  yeoman
Android-Architecture-Fairy
The enlightenment and thinking of the android architecture
Stars: ✭ 23 (-71.95%)
Mutual labels:  android-architecture
Roxie
Lightweight Android library for building reactive apps.
Stars: ✭ 441 (+437.8%)
Mutual labels:  android-architecture
aac-navigation-shared-elements-transition
No description or website provided.
Stars: ✭ 34 (-58.54%)
Mutual labels:  android-architecture
Generator Buildabanner
Yeoman workflow to get a standard or DoubleClick banner started quickly.
Stars: ✭ 49 (-40.24%)
Mutual labels:  yeoman
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+418.29%)
Mutual labels:  android-architecture
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 Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-40.24%)
Mutual labels:  yeoman
Mvvm Redux
MVVM Redux is a lightweight lib to help you apply the redux concepts in your project based in MVVM.
Stars: ✭ 30 (-63.41%)
Mutual labels:  android-architecture
Cc
业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.
Stars: ✭ 3,863 (+4610.98%)
Mutual labels:  android-architecture
61-120 of 257 similar projects