Android SDK Overview
Add Laudspeaker to your android app
Specific Tutorials
Adding Push Notifications
Start Here to send push notifications to your android app!
Tracking Events
Track default, message and custom events to better understand your app!
Installing Firebase
You need to make sure firebase is installed correctly in your application, before you can use Laudspeaker. To start you need to include the right google-services.json file in your project.
To do that change your view in android studio to the project view, and move the google-services.json file (which you can get from your firebase account) into into your module (app-level) root directory.
Then you need to add the google services gradle plugin in the project-level build.gradle.kts
after that:
in your module (app-level) build.gradle.kts file, add both the google-services plugin and the Firebase SDKs that we need in your app:
Installation
To use Laudspeaker in your app you should add our package as a dependency.
In your Android project open your App build.gradle (Module: app)
file, add
to your dependencies section:
Make sure to click sync now:
Initializing Laudspeaker
The next step is to initialize laudspeaker, check out href=“/developer/sdks/android/adding-push”