Skip to content

Commit

Permalink
removing old jar, changing sample app code to match latest sdk changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Oct 1, 2013
1 parent 91d09b4 commit 8b5759f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
Binary file not shown.
11 changes: 0 additions & 11 deletions android/examples/SubscribeAtBoot/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android/examples/SubscribeAtBoot/res/values-v14/styles.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,12 @@ public void onCreate() {
Log.i("PUBNUB", "PubnubService created...");
try {
pubnub.subscribe(new String[] {channel}, new Callback() {
@Override
public void connectCallback(String channel) {
notifyUser("CONNECT on channel:" + channel);
}
@Override
public void disconnectCallback(String channel) {
notifyUser("DISCONNECT on channel:" + channel);
}
@Override
public void reconnectCallback(String channel) {
notifyUser("RECONNECT on channel:" + channel);
}
Expand Down

0 comments on commit 8b5759f

Please sign in to comment.