eh3rrera / graph-pusher-android

Realtime Android app that shows a graph with MPAndroidChart and Pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph-pusher-android

Realtime Android app that graphs the used RAM memory from a the Node.js script you can find in this repo. Follow the tutorial here.

Getting Started

  1. Clone this repository and open it with Android Studio.
  2. Create a Pusher app.
  3. Enter your Pusher app information in com/pusher/memorygraph/MainActivity.java.
  4. Build the project and run it.
  5. Execute the Node.js process (with the same Pusher app information) and see how the graph is updated in realtime.

Prerequisites

Built With

  • Pusher - APIs to enable devs building realtime features
  • MPAndroidChart - Android chart view/graph view library

Acknowledgments

  • Thanks to Pusher for sponsoring this tutorial.

LICENSE

MIT

About

Realtime Android app that shows a graph with MPAndroidChart and Pusher

License:MIT License


Languages

Language:Java 100.0%