Sub Button1_Click
Dim share As Intent
share.Initialize(share.ACTION_VIEW,"https://twitter.com/intent/tweet?text=B4X - Android, iOS, desktop, server and IoT programming tools&url=https://www.b4x.com")
StartActivity(share)
End Sub
Honestly i did not tried with B4J, just with B4A. But it is worth a try...
Sub Button1_Click
Dim share As Intent
share.Initialize(share.ACTION_VIEW,"https://twitter.com/intent/tweet?text=B4X - Android, iOS, desktop, server and IoT programming tools&url=https://www.b4x.com")
StartActivity(share)
End Sub
Honestly i did not tried with B4J, just with B4A. But it is worth a try...
Problem is that I am creating an non-UI app. I did copy that URL into a browser but requires you to be signed in and you need to press the submit (tweet) button before it will post it. With a non-UI app you can't sign in or press that tweet button.