Piasy / AndroidTDDBootStrap

A bootstrap project for TDD Android.
MIT License
877 stars 143 forks source link

Todo MVP source generator plugin #11

Open gengjiawen opened 7 years ago

gengjiawen commented 7 years ago

Do you mean something like this https://github.com/riggaroo/android-studio-group-templates-mvp?

Piasy commented 7 years ago

I've already write an mvp activity template for this project, but not pushed yet.

I'll checkout this repo, thanks!

gengjiawen commented 7 years ago

Are planning write a android studio plugin to use templates or instruct user where to put those file?

Piasy commented 7 years ago

sure, it will be a install.sh.

gengjiawen commented 7 years ago

In mac, the location is fixed.But on other system, this is maybe not the case.You may need to provide a argument to allow user to define their own location.

Piasy commented 7 years ago

Cool, I'll think about it :)

gengjiawen commented 7 years ago

And when you do patch update in android studio, they will force you to delete it.This is a ugly restriction in android studio (IntelliJ IDEA works fine).

For me, I write a electron app to deploying it to eleminate the tedious.