Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ravidsrk/AndroidGradleStarter

Android Gradle Starter
https://github.com/ravidsrk/AndroidGradleStarter

Last synced: 3 months ago
JSON representation

Android Gradle Starter

Lists

README

        

Android Gradle Studio
=====================

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ravidsrk/AndroidGradleStarter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidGradleStarter-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/1258)
[![Build Status](https://travis-ci.org/ravidsrk/AndroidGradleStarter.svg?branch=master)](https://travis-ci.org/ravidsrk/AndroidGradleStarter)

## A sample android starter project to demonstrate the integration of the following tools:

- Automation: Gradle
- Testing: Android Testing Framework, Robotium, Roboelectric (JUnit, Android)
- Continuous Integration: TravisCI

## Sample Tasks
* Adding testing-only project dependencies
* Using square spoon to run integraton tests
* Writing android tests with robotium
* Writing junit tests with robolectric
* Android tests can be run with only Robotium use "gradle connectedAndroidTest"
* Android tests can be run with Robotium and Spoon "gradle spoon"
* Robolectric junit tests can be run with "gradle clean test"

## AndroidGradleStarter in the news !!
* [Android Weekly issue #80 !] (http://androidweekly.net/issues/issue-80)
* Our presentation at [Droidcon India 2013](https://github.com/ravidsrk/droidcon-gradle-workshop).

License
-------

Copyright 2014 Ravindra Kumar.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.