Skip to content

Commit 61e4d02

Browse files
author
Animesh Kumar
committedFeb 2, 2011
updated README
1 parent d38a349 commit 61e4d02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Websocket Android Plugin with Phonegap integration
2-
===============================
2+
---------------------------------------------------------------------
33

44
This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for
5-
efficinet non-blocking evented behavior.
5+
efficinet non-blocking evented behavior. It easily gets integrated with Phonegap framework.
66

77
Usage (native Android)
8-
==============
8+
------------------------------
99

1010
1. Copy Java source into your source folder.
1111
2. Create a class, say WebSocket extending WebSocketListener (refer: com.strumsoft.websocket.WebSocket)
@@ -16,7 +16,7 @@ Usage (native Android)
1616
4. onReconnect (WebSocketListener will try to reconnect to the server in case of connection failure)
1717

1818
Usage (Phonegap)
19-
===========
19+
-----------------------
2020

2121
1. Copy Java source into your source folder.
2222
2. Copy websocket.js in your assets/www/js folder

0 commit comments

Comments
 (0)
Failed to load comments.