forked from codepath/android_guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Popular External Tools
Nathan Esquenazi edited this page Nov 12, 2015
·
19 revisions
There are many production tools that are used to simplify the development of Android apps by providing easy analytics, metrics and crash reporting. Here are a few of the best providers for each category.
These are the best mobile analytics reporting tools:
- Mixpanel - Strong app analytics plaform
- Kontagent - Popular analytics platform
- Google Analytics for Android - Tried and true Android analytics
- Countly - New open-source mobile analytics
- Flurry - Tracks users and time spent on app
- Localytics - All-in-one analytics platform for mobile
These are the best crash reporting tools:
- Crashlytics - Awesome and simple crash reporting (see demo app)
- New Relic for Android - Crash reporting and performance optimization
- HockeyApp - Crash reporting and app distributions
- Rollbar - Robust crash reporting
These are the best tools for distributing beta builds for your apps:
- TestFairy - Complete Testflight Replacement
- DeployGate - Painless OTA distribution for apps
- HockeyApp - Simple OTA app distributions
These are the best services for easy push messaging:
These are the best A/B testing services:
These are the best resources for testing your app across multiple real and emulated devices.
- TestObject - New site for scheduled or manual black box testing of Android apps or mobile web sites. Allows testing on real devices.
- SauceLabs - Test native mobile apps on a variety of iOS & Android emulator configurations.
- Google Cloud Test Lab - Cloud Test Lab allows you to run all of your tests across all physical devices, all at the same time.
- Monkop - Get detailed analysis about performance, security and functionality of your Android apps.
Created by CodePath with much help from the community.