Chat client and server for Android
These instructions will get you a release of this project up and running on your local machine, so that you can start using it.
Just copy over the apk of the client and/or server and install it.
These instructions will get you a copy of this project up and running on your local machine for development and testing purposes.
- Android Studio - The Official IDE for Android
To use the PC Client, you need to add a Run Configuration of type Application
with the following details:
- Name:
client_pc
- Main class:
de.hss.sae.sue.chat.client_pc.PcClient
- Program arguments:
<server-address>:<server-port>
- Use classpath of module:
client_pc
Q: How do I get the app to run? It just opens the "Edit configuration" dialog with "Error: Please select Android SDK".
Just sync gradle by clicking in the toolbar and it should work.
- Alexander Berndt
- Client - Design, Interface
- Robin Hartmann - robin-hartmann
- Client - Communication, Threading
- Server
- PC Client
- Kevin Landsberg - KevinLandsberg
- Client - Design, Interface
- Frederik Ried
- Client - Local Storage, Database
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to Alex, Kevin and Freddy for letting me publish this project