I am working on an android sms application.I can send sms to single contact by using the following code.
sms.sendTextMessage(phoneNumber, null, message, sent
Looks like you should create a new thread for the group message and insert it into the new thread as well as the individual threads.