Implementing an effective and user friendly share action in your ActionBar
is made even easier with the introduction of ActionProvider
in Android 4.0 (API Level 14). An ActionProvider
, once attached to a menu item in the action bar, handles both the appearance and behavior of that item. In the case of ShareActionProvider
, you provide a share intent and it does the rest.
Read full article from Adding an Easy Share Action | Android Developers
No comments:
Post a Comment