Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
Updated 6 March 2021
In this blog, I will show you how to create a share button in the Action Bar of the MainActivity.
For implementing this we will use ShareActionProvider available in Android.
For creating share action, we have to do two things.
First, we have to need a menu item with property actionProviderClass having the value android.widget.ShareActionProvider.
Second thing is to set a share intent for this menu . This can be done in the callback function onCreateOptions.
Step 1:
Define the android:actionProviderClass attribute for the corresponding <item>
share_menu.xml
Step 2: Set the Share Intent
Next, call MenuItem.getActionProvider() to retrieve an instance of ShareActionProvider.
MenuItem.getActionProvider()
ShareActionProvider.
You may only need to set the share intent once during the creation of your menus, or you may want to set it and then update it as the UI changes.
Source:
developer.android.com
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
Be the first to comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.