Skip to content

Project Directory Structure

Code Apprentice edited this page Jun 10, 2015 · 1 revision

Directory structure of code in the Git repository for BBCT:

  • swing - Swing version of BBCT is here
  • android - No longer used. Needs to be cleaned out.
  • gradle - New home of the Android version of BBCT. Open this directory in Android Studio.
    • android - Android Studio module for BBCT
      • build - Generated artifacts. This directory and its contents should never be committed to the git repo.
      • src - Source code for all Android editions of BBCT
        • androidTest - Tests which can be run against both editions of BBCT
        • androidTestLite - Tests which are specific to the Lite edition of BBCT
        • androidTestPremium - Tests which are specific to the Lite edition of BBCT
        • lite - Code which is specific to the Lite edition of BBCT
        • main - Code which is common to both the Lite and Premium editions of BBCT
        • premium - Code which is specific to the Premium edition of BBCT without ad banner
    • build - Generated artifacts. This directory and its contents should never be committed to the git repo.
    • gradle - Gradle build tools

Clone this wiki locally