Evaluating bids

Delphi 10.2 + Android

Published on the September 18, 2019 in IT & Programming

About this project

Open

Tenho um codigo usando intent feito em B4x e nao sei converter pra delphi 10.2 no Android
basicamente a rotina envia um mms usando o messages do Android

Dim Intent2 As Intent

Intent2.Initialize("android.intent.action.SEND", "")
Intent2.setType("vnd.android-dir/mms-sms")'
Intent2.PutExtra("android.intent.extra.STREAM", CreateUri2(arq))
Intent2.PutExtra("sms_body", msg)
Intent2.PutExtra("address", numero)
Intent2.SetType("image/jpg")
Intent2.SetComponent("com.android.mms/.ui.ComposeMessageActivity")

Intent2.SetComponent(".ComposeSmsActivity")
StartActivity(Intent2)


Sub CreateUri2(uri As String) As Object
Dim r As Reflector
Return r.RunStaticMethod("android.net.Uri", "parse", Array As Object(uri), Array As String("java.lang.String"))


End Sub

Category IT & Programming
Subcategory Apps programming. Android, iOS and others
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Required platforms Android
I need to Modify an existing app
App type Utility - Utility application (flash, calculator, etc.)
Back-end is required No
Payment gateway No

Delivery term: Not specified

Skills needed

Other projects posted by A. M.