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

https://github.com/passy/connectivityalert

Dagger 2 + Android playground
https://github.com/passy/connectivityalert

Last synced: about 1 year ago
JSON representation

Dagger 2 + Android playground

Awesome Lists containing this project

README

          

ConnectivityAlert
=================

Dagger 2 experiments on Android.

Setup
-----

Create a new Parse app at
[Parse.com](https://www.parse.com/apps/quickstart#analytics/events/mobile/android/native/new)
and copy the keys into `gradle.properties`:

```
parseApplicationId=[your app id]
parseMasterKey=[your master key]
```

Building
--------

Make sure that your `JAVA_HOME` points to a valid **JDK 8** installation. You'll
see `major.minor` mismatch errors otherwise.

```
./gradlew :app:installDebug
```

Tests
-----

```
./gradlew :app:checkConnectedAndroid
```