AndroidTDDBootStrap icon indicating copy to clipboard operation
AndroidTDDBootStrap copied to clipboard

A bootstrap project for TDD Android.

Results 5 AndroidTDDBootStrap issues
Sort by recently updated
recently updated
newest added

I used `./install_app.sh` to install a debug app on my mobile and failed to start trending activity. Related log: ``` 04-11 23:03:45.627 12155-12155/com.github.piasy.octostars E/Router: com.chenenyu.router.RouterBuildConfig 04-11 23:03:45.928 12155-12155/com.github.piasy.octostars E/Router: Could...

``` →$./buckw build app:bin_devDebug /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/BriteDbConfig.java:12: error: package AutoValue_BriteDbConfig does not exist return new AutoValue_BriteDbConfig.Builder(); ^ /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/EventBusConfig.java:11: error: package AutoValue_EventBusConfig does not exist return new AutoValue_EventBusConfig.Builder(); ^ /Users/tommy/src/android/AndroidTDDBootStrap/base/src/main/java/com/github/piasy/bootstrap/base/model/provider/GsonConfig.java:14: error: package AutoValue_GsonConfig...

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

谢谢分享,太棒了。请教下如果用`data-binding`有些设计是不是可以简化掉了,期待你的更新

Hi!! Great job! I had begin to test your bootstrap, but now, I want to rename your bootstrap to my target application name and namespace. Have you a tool like...