Let's move onto something a little more interesting which is to create our ChatLogActivity containing all of our user messages. We'll be rendering out two types of rows for our messages and we'll use the help of Groupie to make our adapter objects. Finally we'll look at how to make any class object parcelable by using Android Extensions.