Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# LiveCryptocurrencyNotifications
Example app for a blog post on making a live notification for Android
# Making live notifications for Android using Pusher

https://blog.pusher.com/making-live-notifications-for-android-using-pusher/

This is a sample project accompanying a blogpost on [Pusher's blog](https://blog.pusher.com/making-live-notifications-for-android-using-pusher/).
It teaches you how to create a simple live notification on Android that will help you to track live bitcoin price with a minimal drain on the battery.
It has 2 components - an Android application that subscribes to notifications via FCM, and a Node server that is making the pushes to it.

![sample image](https://blog.pusher.com/wp-content/uploads/2017/07/making_live_notification_android_using_pusher_crypto_notification.png)

Licensed under the MIT license. See `LICENSE` for details.

Commissioned by [Pusher](http://www.pusher.com)