This is a tiny Java application to demonstrate how eggy's Android SDK works.
Build steps are provided below, but for comprehensive instructions, please visit the eggy docs on push notification integration.
- Make sure you have Android Studio installed.
- Open the
hello-eggy-android-java
directory in Android Studio. - Run the application from Android Studio.
- Create a Firebase project, add a
google-services.json
to the root of thehello-eggy-android-java
directory, and set your Firebase sender id inres/values/strings.xml
. - Make an app in the eggy console (from Apps), generate an API token, and copy the API token from your App detail page. Use this token to set
apiToken
inSingleFragmentActivity.java
.