Skip to content

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

Notifications You must be signed in to change notification settings

d-tarasov/android-maven-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages