I found that in iOS you can easily access a view controller MFMessageComposeViewController
to send and receive SMS texts.
Is there anything similar to this on Android?
More more documentation:
I found that in iOS you can easily access a view controller MFMessageComposeViewController
to send and receive SMS texts.
Is there anything similar to this on Android?
More more documentation:
Is there anything similar to this on Android?
No, not really, unless you consider opening another SMS app via an Intent
to have similar functionality. If your app is to handle the SMS all on its own, you'll have to build your own UI.