i am trying to separate the SMS thread so that i can easily get the most recent text message thread looks like this :
SMSThread [id=9ccf49ec18f8f2b46e9aadbf2d07d1c57f162bd5, title=, date=Sun Mar 17 16:19:23 EDT 2013, contact={id=;name=Taylor;number=+1phonenumber;imageUrl=http://www.google.com/voice/resources/1366864992-blue_ghost.jpg;}, read=false, starred=false, listSms=[
SMS [dateTime=Sun Mar 17 16:19:00 EDT 2013, from={id=;name=Contact;number=+1Phonenumber;imageUrl=http://www.google.com/voice/resources/1366864992-blue_ghost.jpg;}, text=sup??],
the way im doing it works but when someone texts me a comma or bracket it only separates certain parts... is there a better way to parse it less sloppily