ich have a app that matches two users. Then they can chat/exchange messages. These messages are stores in a special table called “Messages”.
Now when the day comes that a user deletes the match, I want to delete the messages as well to prevent any anomalies. How can I bulk-delete all messages associated to the two users?
Hi Felix
I’m really sorry that there is no method for bulk deleting in Android-SDK yet, but this your question is out of the free support policy.
I can suggest you seek information about how to implement working with REST API on some JAVA forum.