Giter Site home page Giter Site logo

general-mobile / kotlin-android-mvp-starter Goto Github PK

View Code? Open in Web Editor NEW
263.0 263.0 35.0 230 KB

Create/Generate your kotlin MVP projects easily

License: MIT License

Python 18.77% Java 5.38% Kotlin 75.85%
android cookiecutter crashlytics dagger2 dagger2-mvp kotlin kotlin-android kotlin-mvp mvp picasso realm retrofit2 rxandroid2 rxjava2 rxkotlin scaffold starter starter-template

kotlin-android-mvp-starter's People

Contributors

dtunctuncer avatar msayan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kotlin-android-mvp-starter's Issues

Dagger problem

import com.myapp.di.component.DaggerApplicationComponent
class Application : android.app.Application() {

    override fun onCreate() {
        super.onCreate()

        //di
        component = DaggerApplicationComponent.builder().applicationModule(ApplicationModule(this)).build() 

DaggerApplicationComponent is not found

Does not work with Android Studio 3.0 Canary 1

If I try to compile with Android Studio 3.0 Canary 1 I got this exception:

Error:Execution failed for task ':app:fabricGenerateResourcesDebug'.

Crashlytics Developer Tools error.

Thanks

Error message: 'dict object' has no attribute 'kotlin'

Doesn't create the project

โžœ  ~ cookiecutter https://github.com/general-mobile/kotlin-android-mvp-starter.git

You've cloned /Users/cesarferreira/.cookiecutters/kotlin-android-mvp-starter before. Is it okay to delete and re-clone it? [yes]: y
project_name [kotlin-starter-project]:
repo_name [kotlin-starter-project]:
min_sdk [16]:
target_sdk [25]:
package_name [com.generalmobile.app.kotlinstarterproject]:
description [A short description of the project.]:
author [General Mobile]:
email [[email protected]]:
version [1.0.0]:
splash_screen [n]:
retrofit [n]:
realm [n]:
picasso [n]:
kotlin-android-extensions [n]:
Unable to create file 'app/build.gradle'
Error message: 'dict object' has no attribute 'kotlin'
Context: {
    "cookiecutter": {
        "author": "General Mobile",
        "description": "A short description of the project.",
        "email": "[email protected]",
        "kotlin-android-extensions": "n",
        "min_sdk": "16",
        "package_name": "com.generalmobile.app.kotlinstarterproject",
        "picasso": "n",
        "project_name": "kotlin-starter-project",
        "realm": "n",
        "repo_name": "kotlin-starter-project",
        "retrofit": "n",
        "splash_screen": "n",
        "target_sdk": "25",
        "version": "1.0.0"
    }
}

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.