Skip to content

Commit 2407a33

Browse files
author
Geremy Cohen
committed
Update README.md
1 parent 29a8d84 commit 2407a33

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

android/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
##### VIDEO - ANDROID + PUBNUB
2-
[http://www.youtube.com/watch?v=pkxUYYhwb04](http://www.youtube.com/watch?v=pkxUYYhwb04)
3-
4-
##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API.
1+
### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API.
52

63
http://www.pubnub.com/account
74

@@ -16,12 +13,13 @@ C2DM is hard to implement, and it imposes artificial limits for you to reach you
1613
C2DM is not recommended as it is a "broadcast" mechanism according to Google. C2DM is Slow, and limited to 1 message at a time.
1714
Use PubNub Instead!
1815

19-
### Getting started with Pubnub in your app
16+
## Getting started with Pubnub in your app
17+
18+
Checkout the [walkthrough video](https://vimeo.com/71554109) first!
19+
2020
To use Pubnub, simply copy the Pubnub-Android-3.4.jar and bcprov-jdk15on-1.47.jar files in to your project's libs directory.
2121
These files can be found at pubnub/java/android/3.4/Pubnub-Android-3.4.jar and pubnub/java/java/3.4/libs/bcprov-jdk15on-1.47.jar.
2222

23-
## Checkout the demo apps for examples on how to use the Android API!
24-
2523
### PubNub Android Sample App
2624

2725
This app demonstrates all PubNub features and functionality. It can be found in 3.4/examples/PubnubExample directory.

0 commit comments

Comments
 (0)