Slyce-Inc / SlyceMessaging

A messaging library for Android
MIT License
968 stars 173 forks source link

Allow inserting a message at a specific index #35

Open rajohns08 opened 7 years ago

rajohns08 commented 7 years ago

It would be nice to be able to easily add a message to the top of the messages with something like:

slyceMessagingFragment.insertNewMessage(0, message);

with a method signature:

public void insertNewMessage(int index, Message message)