Android Question Share text

eng.khalidvb

Member
Licensed User
Longtime User
Hi all

I have simple app to share text with facebook,whatsapp, Gmail and other, I have used this library (MESSHARELIBRARY) this code it works fine with image

B4X:
Sub btn_share_Click
    Dim share As MESShareLibrary
share.sharebinary("file://" & File.DirDefaultExternal & "/csa_logo1.jpg", "image/png", "Share the love!", "This is the text to go in the body!")

End Sub

previous code is used to share image but I want share only text I have Edit text box I want only share the string text which is in edit text box only

any help plz :)
 
Top