Hi, I've seen that for IOS MailComposer and MessageComposer types from the iPhone library allow the user to send mails and SMS messages from your app. The users will see a pre-filled form which they can modify and send.
Is it available a similar library/possibility for Androids systems?
Thanks!
Thanks! Unfortunately I can't see any message composer. My app should call an sms composer to show sms body and let the operator select a phone number inside its address book before sending message.
I've found it very easy for an email but I can't find for sms.
Tks,
you can use phonesms (https://www.b4x.com/android/help/phone.html#phonesms). you need to make an edittextfield, where the user enters the text and you can use contacts (https://www.b4x.com/android/help/phone.html#contacts) to geht the phone number from the stored contacts. What do you need more? I think, there is no ready to use sms composer in B4A - but it will need some lines of code only, to make one. It's not that hard work....