Cloud CI-Provider (incomplete)
- https://nevercode.io/
- https://www.bitrise.io
- https://www.visualstudio.com/en-us/products/visual-studio-team-services-vs.aspx
More CI-Provider (incomplete)
- https://jenkins.io/
- New UI: https://jenkins.io//blog/2016/05/26/introducing-blue-ocean/
- Blue Ocean Plugin: https://github.com/jenkinsci/blueocean-plugin
- https://www.jetbrains.com/teamcity/
- https://codeship.com/ (CI for web-projects)
- https://travis-ci.org/
Tools to improve automation of build, deployment, crash-reporting, beta-testing, etc.
- https://www.hockeyapp.net/
- https://get.fabric.io/
- Automatic Deployment: https://fastlane.tools/ (in combination with Testflight)
- https://developer.apple.com/testflight/ (iOS)
- Testing on real devices: http://blog.greenhouseci.com/testing/testing-on-re…
- Firebase: https://firebase.google.com/
- AWS Device Farm: https://aws.amazon.com/device-farm/
Tools to improve your Android development (e.g. testing, dependency injection)
- Robolectric: http://robolectric.org/
- Retrofit: https://square.github.io/retrofit/ (Typesafe HTTP client)
- Dagger 2: https://google.github.io/dagger/ (Dependency Injection)
- More Open-Source Projects by Square: https://square.github.io/ (z.B. Leakcanary)
- Code-Coverage: https://github.com/arturdm/jacoco-android-gradle-plugin, Code Coverage blog article
- Dexcount: https://github.com/KeepSafe/dexcount-gradle-plugin
- Keeping dependencies up to date: https://nullpointer.wtf/tools/keeping-your-depende… and https://github.com/ben-manes/gradle-versions-plugi…
- AutoValue: https://github.com/google/auto/blob/master/value/u…