Our chat application is nearing its primary purpose: let multiple users communicate with each other.
Last week, we worked on an aesthetically pleasing yet very important feature of Chinchilla Chat. The app now has speech bubbles to identify from whom the message is from!
 |
An image of what our application currently looks like during a conversation. |
As you can see, the appearance is not yet perfected. We would like to place the timestamp either to the side of or below each user's message. We believe it would look cleaner this way. It would also resemble standard chat application practices, making it less foreign to people who use their phones' default messaging apps. Also, the timestamp shown is not very appropriate for our application. We would prefer to use a date and time and will fix this immediately.
Another feature we might implement for this interface in particular is listing the involved users by username on the action bar instead of the app name, "Chinchilla Chat." This would require quite a bit of work and isn't necessarily our top priority, but it would be appealing and make it more clear to users who they are talking to. So, if YellowPanda is using Chinchilla Chat and has initiated a conversation with one other user, known as OrangeUrchin, "OrangeUrchin" will appear in the place where "Chinchilla Chat" is in the image above.
If we were to implement group chats, and YellowPanda was communicating with OrangeUrchin, BlueSquid, and MaroonDormouse, the action bar would more like the image below.
 |
An edited image of what we might implement for conversations between more than two people. There is room for improvement regarding this design choice. |
Regarding the chat bubbles, we think it would be fun and appealing to allow users to customize the colors of their chat screens including the incoming and outgoing message bubbles and the background color of the screen. However, both of these features would be quite complicated considering our staff size and remaining time to complete this project. The images used for the bubbles are "stretchy" and can change size depending on the length of one's message. The file types for the images are new to both members of the Chinchilla Chat team, so they would require more research before we could allow this amount of customization.
Our immediate goals right now are as follows:
- Retain chats
- Fix timestamps
- Allow multiple users to communicate with each other
- Once goal #3 is implemented, we will add push notification functionality
We still have a lot to think about, research, narrow down, and implement in just a couple of weeks, but we are pushing on, determined to make this Android application as functional, interesting, and useful as we had originally intended, with just a few shortcomings.