Successfully reported this slideshow.
Your SlideShare is downloading. ×

Android build process (1)

Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Ad
Upcoming SlideShare
Code:Nation Tech Stack
Code:Nation Tech Stack
Loading in …3
×

Check these out next

1 of 7 Ad

More Related Content

Slideshows for you (20)

Similar to Android build process (1) (20)

Advertisement

Recently uploaded (20)

Android build process (1)

  1. 1. Android Build Process Robolectric, Maven, Gradle and Travis CI
  2. 2. Build Process - Workflow Code Commit Github Build Gradle/Maven Travis CI Testing Robolectric Deployment S3/Github
  3. 3. ● Setting up Robolectric ● How to write Robolectric Tests ● Challenges ○ Integrating with IDE ○ Points to Remember Unit Testing Android - Robolectric
  4. 4. ● How to setup Maven ● How to write Build Script - POM ○ Maven Dependencies and Plugins ○ Maven Profiles ○ Signing apks ○ Android Library Projects ● Integrating Robolectric, Maven and IDE ● Gotchas Maven - Simplifying Build Process
  5. 5. ● Setting Up Gradle - Android Plugin ● Android Studio and Gradle ● Writing Gradle build - build.gradle ● Testing - How to use Gradle Robolectric Plugin ● Pain Points Gradle
  6. 6. ● Setting up Travis with Github. ● Configuring Travis - .travis.yml ○ Setting up Android sdk in travis ○ Simulating Different Environments ○ Build Lifecycle ○ Android Library projects - aar (Android Archive) ○ Deploying artifacts to S3/Github ● Important Points Travis CI
  7. 7. Demo ● Live Demo of the whole Build Process. ● Takeaways

×