Skip to content

Nadia--/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat client using Socket.io for Android:

  1. Get the Android Development Environment http://developer.android.com/training/basics/firstapp/index.html

  2. Import BitcoinMiner (ignore the project name, we were making a bitcoin miner but now it's a chat app)

  3. Only important files are:

  • (implementation) BitcoinMiner\app\src\main\java\com\example\bitcoinminer\MainActivity.java
  • (layout) BitcoinMiner\app\src\main\res\layout\activity_main.xml
  • (manifest) BitcoinMiner\app\src\main\AndroidManifest.xml
  1. The client requires a server to connect to. We had one up on DigitalOcean but no guarantees on it being up and running - http://45.55.170.98:3000/

  2. If not, take the server code and host it somewhere. Put in the address for your server in MainActivity.java.

  3. The server written in node.js requires express.

  4. Build the project and run it on a phone or emulator.

  5. Chat!

About

Android chat client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •