Is it possible to send the reply after reading the new incoming SMS or inbox SMS?

287 views Asked by At

I need to develop the SMS based application. I want to read the new incoming SMS or existing inbox SMS after that I want to send the reply for that SMS. I know its not possible in j2me. But my question is which platform is support this type of functionality? Like Symbian c++, Android, blackberry or anything?

2

There are 2 answers

0
Chris Thompson On BEST ANSWER

It really isn't the language that will support the functionality you speak of, it's going to be the platform framework. For instance, Java doesn't support this by default, but the Android platform does support it and it uses Java. Blackberry also supports sending SMS messages via Java. I imagine Symbian does as well.

0
Ashraf Bashir On

Blackberry supports this.
I previously answered this question with sample code
How to write SMS application in blackberry?
Have a look on it.