Digia Academy
Digia StudioDiscordLinkedIn
  • Introduction
    • FAQs
  • What's New
    • 2024
      • March
  • DIGIA STUDIO INTRODUCTION
    • Dashboard
    • Builder Tool
      • Navigation Menu
      • Tool Bar
      • Pages and Widgets Panel
      • Canvas Area
      • Properties Panel
    • Creating a New Project
    • Creating new Pages
    • Working with Widget Tree
    • Build Your First App
      • Hello World
      • Bytes App
        • Onboarding
        • Defining API Calls
        • Courses
        • Articles
        • Viewing your App
    • SDK Integration
      • Insert Single Pages from Digia Studio
  • Actions
    • Call API Rest Action
    • Call Rest API
    • Pop Current
    • Pop to Route
    • openUrl
    • Go To Page
    • Post Message
    • Set Page State
    • Wait (delay)
    • Drawer
    • Toast
    • Open Dialog
    • Share
    • Copy to Clipboard
  • Operations
    • API Call
    • Operators
      • Json Operators
      • Logical Operators
      • Date Time Operators
      • Math Operators
      • String Operations
  • BUILDING UI
    • Widgets
      • Form Widgets
        • PinField
        • Calendar
        • Text Form Field
      • Base Widgets
        • Animated Button
        • Check Box
        • Video Player
        • Spacer
        • Stack
        • Wrap
        • Text
        • Avatar
        • Rich Text
        • Image
        • Button
        • Icon
        • Switch
        • Sized Box
        • HtmlView
        • Lottie Animation
        • Linear Progress Bar
        • YouTube Player
        • Circular Progress Bar
      • Layout Widgets
        • ListView
        • Web View
        • Future Builder
        • Conditional Builder
        • Stream Builder
        • GridView
        • Column
        • Row
        • Container
        • Expandable
        • Divider (Horizontal)
        • Divider (Vertical)
        • Carousel
      • Persistent Footers Widgets
        • NavigationBar Widget
      • Page Widgets
        • Stepper Widget
        • Scaffold Widget
        • Paginated Listview Widget
        • TabView
        • AppBar
      • Widget Commonalities
    • Event Handlers
  • Theme
    • Colors
    • Typography
  • DATA AND BACKEND
    • API Calls
      • Setting up API Calls
      • Create API Calls
      • Import API From Curl
  • DEPLOYING YOUR APP
    • Deployment
    • Release History
  • Settings
    • App Settings
    • App Assets
    • Media Assets
  • JARGON
    • Data integration
Powered by GitBook
On this page
  1. Actions

Share

Using the Share Action: Spreading the Word on Android

Just like in Android, when you copy a link or some text, you often see a convenient "Share" option appear at the bottom of your phone. This functionality allows you to easily share the copied content with various social media platforms, messaging apps, or even save it to cloud storage services. Whether it's a YouTube link that automatically triggers a share menu or a copied text snippet, Android offers a streamlined way to spread the word.

Adding the Share Action:

1. Select the Widget (e.g., Button) on which you want to add the action. This could be any widget that triggers an action flow (e.g., button click).

2. In the right-side properties panel, navigate to "On Click" and click the "+" button to add a new action for the selected element.

3. Select the option "Share" from the dropdown menu. This will add the Share action to your workflow.

4,Select Your Platform : Depending on the specific apps you have installed on your device, you'll see a list of potential destinations for sharing. This list might include:

  • Social media platforms like Facebook, Twitter, or Instagram.

  • Messaging apps like WhatsApp or Telegram.

  • Email or SMS options.

  • Cloud storage services like Google Drive or Dropbox.

5. Customize Sharing :

Sharing actions allow you to personalize your shared content before sending it. These parameters can include:

  • Message : A brief message to accompany the shared content. This allows you to add a note or context for the recipient.

  • Subject : This parameter is typically used for email sharing. It a

6. Sharing Across Apps: Flexibility and Choice:

The Share Action's strength lies in its ability to bridge the gap between different apps. Once you've copied text or a link, the Share Action presents a range of options for sharing that leverage the apps you have installed. This allows you to choose the most suitable platform depending on your needs.

For instance, you might want to share a funny video clip with your friends on social media or a news article with your colleagues via email. The Share Action empowers you to make this choice seamlessly within your chosen app.

PreviousOpen DialogNextCopy to Clipboard

Last updated 10 months ago