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
- Host: GitHub
- URL: https://github.com/passy/connectivityalert
- Owner: passy
- Created: 2014-12-19T22:23:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T12:45:17.000Z (over 11 years ago)
- Last Synced: 2025-06-13T11:03:28.175Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 2.71 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```