How to use PubNub in an Android app?
Asked Answered
C

1

5

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.

Catbird answered 17/1, 2013 at 15:4 Comment(0)
F
12

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.

Floc answered 17/1, 2013 at 15:28 Comment(4)
I am confused a little. I need "History" to receive live messages when it sent?!?!?!Furl
@Furl - are you still in need of assistance using history? History is not realtime, rather, it is use to retrieve missed messages while the user was offline and unable to receive the messages in realtime as a subscriber. Let me know if you have additional questions - probably a separate thread than this post, though.Ilana
thank you I found the solution with contact to pubnub support team email.Furl
@justin hyper link not working (PubNub Android SDK on github) please updateLucienlucienne

© 2022 - 2024 — McMap. All rights reserved.