Skip to content

Part 1: Building the Android client

Sergi Almar edited this page Nov 20, 2013 · 10 revisions

Building the skeleton

The Android Chat client should be able to send and receive messages from a chat room.

TODO 1: Start Android Studio and create a new project called

Adding RoboGuice

Open the gradle.build file and add the RoboGuice dependency under the dependencies element

compile 'org.roboguice:roboguice:3.0b-experimental'

Clone this wiki locally