Skip to content

Commit

Permalink
wrote readme
Browse files Browse the repository at this point in the history
  • Loading branch information
loganlinn committed Nov 3, 2010
1 parent 6a08fd4 commit 2cc1aa4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Android NodeChat #
## About ##
This is an Android client that will connect to the example node.js chat room https://github.com/ry/node_chat (chat room demo at http://chat.nodejs.org/).

Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

## Getting Started ##
Install necessary packages
--------------------------

* Follow the (http://developer.android.com/sdk/index.html)[Android SDK Getting Started Guide]. You will probably want do set up a device emulator and debugging tools (such as using "adb logcat" for viewing the device debugging and error log).

* Pull the read-only repository from github

e.g. "git clone git://github.com/loganlinn/nodechat-android"

To build with Eclipse (3.5), do the following:

* Import the project into your Eclipse workspace

0 comments on commit 2cc1aa4

Please sign in to comment.