You have to implement it yourself.
Add a new method in your custom Adapter and you are done.
public Message getItem(int position) {
return messageList.get(position);
}
You have to implement it yourself.
Add a new method in your custom Adapter and you are done.
public Message getItem(int position) {
return messageList.get(position);
}