Git Product home page Git Product logo

introduction-to-continuous-integration-for-android-developers's Introduction

Introduction to Continuous Integration Server Usage Focusing on Android Development

Created by Manfred Moser of simpligility technologies inc

Presented at AnDevCon 5 in Boston, May 2013

Abstract

Never heard of Continuous Integration Servers like Hudson, Jenkins, CruiseControl or Bamboo? Already using one? Great. You will learn what CI servers are out there for you to use and how easy it is to start using them. We will look at available services as well as how to run your own CI server cluster locally or in the cloud.

With a CI server, you essentially get another team member on your development team who never stops working. We will demo how to set up a new instance of a CI server on a machine and configure it for your usage. Learn how easy it is to build your application, whether you are using Ant, Gradle or Maven. We will explore what sort of scheduling options are typically available to run your builds, and how it all integrates with your version-control system. Once we have a build running, we will add some other projects to the mix and build up a full pipeline of builds.

Adding executions of unit test runs into the mix will make it more interesting. Really cool things start happening when you add devices and emulators and run Android instrumentation tests. And maybe you will want to take screenshots automatically, or capture logs and test results for each build.

With all this happening, we will tie it back to your team by looking at notification options and further automations for release and distribution of your application. During the whole class, we will ensure that you learn many of the best practices of CI server usage in general and specifically related to Android application development, and walk away with a firm conviction to add a CI server to your team.

Modifications

If you need to modify and rebuild the slides, modify the

src/ci-intro-android.asciidoc

and run

cd src
./generate.sh

asciidoc with slidy backend install required.

introduction-to-continuous-integration-for-android-developers's People

Contributors

mosabua avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.