android-starter icon indicating copy to clipboard operation
android-starter copied to clipboard

[Android Architecture] Android starter based on MVP/Dagger2/RxJava2/Robolectric/Espresso/Mockito. It provides a generator to fast create a Android template project.

Results 11 android-starter issues
Sort by recently updated
recently updated
newest added

[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...

Hi guys, I applaud you for the great work u are doing. Repo looks good. However, it seems overwhelming and has many corners that at times seem confusing to use...

I'm unable to initialize Firebase in this boilerplate. Error is `Make sure to call FirebaseApp.initializeApp(Context) first` Looks like I'm unable to call the `FirebaseApp.initializeApp(Context)` in the main process. So far...

can you please provide example on fragment , the sample contain only activities , so what is the best practices to use fragment ??

Hi, Firstly , thanks for such a wonderful boilerplate generator with all the useful libraries. When I tried creating and download the codebase from android starters , it shows me...

Hello! There is no contribution guide. How can I setup the project if I want to contribute.

Fixed the shared preferences Scope.

Detail stack trace below `Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:checkstyle'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70) at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87) at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)...

Among different choices of MVP boilerplate template 1. [official android architecture todo-mvp-dagger](https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/todoapp/app/src/main/java/com/example/android/architecture/blueprints/todoapp) 2. [mindorks mvp-architecture](https://github.com/MindorksOpenSource/android-mvp-architecture/tree/master/app/src/main/java/com/mindorks/framework/mvp) 3. [marvel villians and heroes](https://github.com/andremion/Villains-and-Heroes/tree/master/app/src/main/java/com/andremion/heroes) 4. [Dribble just-another-android-app](https://github.com/athkalia/Just-Another-Android-App/tree/develop/app/src/main/java/com/example) I found your project most simple and...