tobitoi / prototype2

boilerplate mvp android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prototype2

boilerplate mvp android

Requirement for Smartphone

Min SDK Version 16
Target SDK Version 25
Check the compileSdkVersion, and buildToolsVersion to be the latest
Build Tools Version 25.0.2
Java 1.7

Technology Stack (Both Smartphone)

Technology Stack (Smartphone) :

Support Libraries

Unit Test

Instrumentation Test

Step to Build Smartphone Module

  • Run the following command to build the Development Environment with DEBUG mode ./gradlew assembleDevelopmentDebug

  • Run the following command to build the Development Environment with RELEASE mode ./gradlew assembleDevelopmentRelease

  • Run the following command to build the Production Environment with DEBUG mode ./gradlew assembleProductionDebug

  • Run the following command to build the Production Environment with RELEASE mode ./gradlew assembleProductionRelease

Step to Build Tablet Module

  • Run the following command to build the Development Environment with DEBUG mode ./gradlew assembleDevelopmenttabletDebug

  • Run the following command to build the Development Environment with RELEASE mode ./gradlew assembleDevelopmenttabletRelease

  • Run the following command to build the Production Environment with DEBUG mode ./gradlew assembleProductiontabletDebug

  • Run the following command to build the Production Environment with RELEASE mode ./gradlew assembleProductiontabletRelease

Naming Convention

  • Icon - ic_<your_icon>
  • Drawable - bg_<your_drawable>
  • Activity Layout - activity_<your_activity>
  • Fragment Layout - fragment_<your_activity>
  • Dialog Fragment Layout - dialog_<your_activity>
  • Adapter/List Layout - ```item_<your_item>

About

boilerplate mvp android


Languages

Language:Java 100.0%