d-tarasov / android-maven-template

Android template project which builds with maven, contains 4 modules: Root, App, Test and Lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Maven Template Project

Android template project which builds with maven, contains 4 modules:

  • Root
  • App
  • Test
  • Lib.

For each module configured testing frameworks:

Project define 3 different build profiles which allow you to build your Android project in different environments:

  • Development
  • Test
  • Production.

During the build maven process targeted resources and substitutes required values from profiles.

Project and testing frameworks organized as follows:

 Root
 |---- App
 |    |---- src
 |    |---- test
 |         |---- JUnit
 |         |---- Robolectric
 |
 |---- Lib
 |    |---- src
 |    |---- test
 |         |---- JUnit
 |         |---- Robolectric
 |
 |---- Test
      |---- src
           |---- Instrumentation
           |---- Robotium

About

Android template project which builds with maven, contains 4 modules: Root, App, Test and Lib


Languages

Language:Java 100.0%