https://github.com/najva-com/najva-androidsdk-sample
https://github.com/najva-com/najva-androidsdk-sample
android-studio najva najva-android-studio
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/najva-com/najva-androidsdk-sample
- Owner: najva-com
- Created: 2019-07-30T13:19:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T09:26:07.000Z (over 3 years ago)
- Last Synced: 2023-07-26T22:27:31.846Z (over 2 years ago)
- Topics: android-studio, najva, najva-android-studio
- Language: Java
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# najva Android Studio Application
This is an application that implemented by Android Studio and `NajvaSDK` has been used in it.
### Test Najva Service
If you want test `Najva Push Notification Service` in `android` application you should:
1. Clone this project and rename package name of it.
this [link](https://stackoverflow.com/questions/16804093/rename-package-in-android-studio) can be useful.
2. Register this app after login in [najva panel](https://app.najva.com/accounts/login/?next=/).(to register any app, its package name must be unique!)
3. After register najva panel gives you `websiteId`,`apiKey` which is specific to your app
4. Go to `AndroidManifest.xml` and put this parameters in `application` tag that looks like the following:
```
```
5. Now you can run application and send notification from your panel to it!