All Projects → burakeregar → KotlinMvpTemplateGenerator

burakeregar / KotlinMvpTemplateGenerator

Licence: MIT License
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2

Programming Languages

FreeMarker
481 projects

Projects that are alternatives of or similar to KotlinMvpTemplateGenerator

Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+120%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-architecture, mvp-pattern, mvp-android
Klean-ArchiteKture
Kotlin Android clean-architecture demo project for a meetup talk. Slides: https://docs.google.com/presentation/d/1CxnntHf3CorNDicx_cDN5s1t5pEbUwjwWHZ5PNmfe6Y/edit?usp=sharing
Stars: ✭ 10 (-84.62%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-clean, mvp-android, dagger2-mvp
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+44.62%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-architecture, mvp-pattern, mvp-android
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+212.31%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-pattern, mvp-android
Android Clean Architecture Boilerplate
Apply clean architecture on Android
Stars: ✭ 141 (+116.92%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-pattern, mvp-android
Trickl
trickl torrent client
Stars: ✭ 50 (-23.08%)
Mutual labels:  mvp, mvp-architecture, mvp-clean, mvp-pattern, mvp-android
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-58.46%)
Mutual labels:  clean-architecture, dagger2, mvp-architecture, mvp-android, dagger2-mvp
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+15509.23%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-pattern, mvp-android
Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-75.38%)
Mutual labels:  mvp, clean-architecture, dagger2, mvp-pattern, mvp-android
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 (+4435.38%)
Mutual labels:  dagger2, mvp-architecture, mvp-pattern, mvp-android, dagger2-mvp
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-23.08%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-pattern, mvp-android
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+40%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-pattern, mvp-android
mvp-architecture-kotlin-dagger-2-retrofit-android
Android Application MVP (Model-View-Presenter) architecture example using Dagger2 Dependency Injection (DI) and Retrofit Tutorial using Kotlin programming language.
Stars: ✭ 15 (-76.92%)
Mutual labels:  dagger2, mvp-architecture, mvp-pattern, mvp-android, dagger2-mvp
android-template
Template for android development at Tiki
Stars: ✭ 17 (-73.85%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-android
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (-16.92%)
Mutual labels:  dagger2, mvp-architecture, mvp-android, dagger2-mvp
Android Kotlin Mvp Clean Architecture
Clean architecture blueprint using Kotlin and MVP pattern.
Stars: ✭ 105 (+61.54%)
Mutual labels:  mvp, clean-architecture, mvp-pattern, mvp-android
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+2460%)
Mutual labels:  mvp, dagger2, mvp-architecture, mvp-android
CleanArchitecture-SocketIO
CleanArchitecture with SocketIo 📡
Stars: ✭ 32 (-50.77%)
Mutual labels:  mvp, clean-architecture, dagger2, dagger2-mvp
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (-1.54%)
Mutual labels:  mvp, mvp-architecture, mvp-android, dagger2-mvp
Eva
Eva and Wall-e
Stars: ✭ 131 (+101.54%)
Mutual labels:  mvp, clean-architecture, mvp-architecture, mvp-clean

KotlinMvpTemplateGenerator

Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2

You can find related architecture repo here

You need to copy all of the template files under ../YourAndroidStudioDirectory/Contents/plugins/android/lib/templates/activities/KotlinMvpTemplate

After that, you need to open/reopen Android Studio.

Create your package.

Now you are ready to create your classes from the template;

1

Make sure that you write the correct package name

2

Then magic will happen!

You just need to import 'R' and click on the "Make Project" to let Dagger create required injection classes.

3

LICENSE

MIT License

Copyright (c) 2017 Burak Eregar

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].