Hi. I want to do the share buttons like in the picture. So direct sharing. I tried Activitystarter, but I couldn’t. Can anyone help me, please? It’s very important to me.
I call it an application-specific button. I say direct sharing. For example, when you click it will redirect you to whatsapp.
Have you read
there is also whatsapp, g +, facebook, twitter.
Or using Activity starter to run another app, but you need to know like package name and class name of app
Sample to open whatasapp
I hope it helps you …
[WhatsApp]
Try This Method
[IMG_20200319_211440]
Action : android.intent.action.VIEW
Data uri - h ttps://api.whatsapp.com/send?phone=
There are several guides that teach us how to launch applications using activity starter.
The problem is that they show us some examples and generally if we want to run some other application that is not in those guides, we can not do it because we lack data, such as packages and classes.
And the guides in the community teach us to open the calculator, gmail and some other apps … but if we want to open a specific app, we do not know what data to put in the activity starter …
To solve this I h…
Launch Tool
Launch tool is a extension that do your work smartly and shortly
It can launch app with package name and much more it is full short version of activity starter
Let see some blocks methods
All Blocks
[image]
Block Usage
[component_event (4)]
This event occurs when an app not found
[component_event (5)]
This event raises when any error occured
[blocks - 2021-01-07T175855.665]
Send email to specific email id with subject and messege
[blocks - 2021-01-07T175920.682]
O…
1 Like