Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use PubNub in an Android app?

Tags:

android

pubnub

I am trying to develop an Android app for social media sharing. I know how PubNub uses cloud servers to share data with lightening fast speed and a security. I want to use it in my app. If there is an API, let me know how it works.

like image 875
Prasad Akmar Avatar asked Jan 17 '13 15:01

Prasad Akmar


1 Answers

Here is the PubNub Android SDK on github And the official PubNub Android docs

Most of the details for how to use it properly are right there on the README. There's even sample apps for you to browse through if you need further details.

like image 138
Justin Jasmann Avatar answered Oct 19 '22 16:10

Justin Jasmann