| Interface | Description |
|---|---|
| MessageAdapter.ChatMessageClickListener |
| Class | Description |
|---|---|
| Message |
Message is the class that represents the concept of message inside the application
|
| MessageAdapter |
The adapter for the message list that the user views in the ChatActivity
|
| MessageAdapter.MessageHolder |
Contains relevant data on how to draw messages on the screen
|
| MessageDeserializer |
MessageDeserializer is the class that Gson uses to deserialize the JSON strings that represent messages
|