How to enable share option in android 1 . Hello friends in this post we learn to how to enable share option in android 2. Step A . create a new project and choose Navigation Drewer Activity Step B . Define A Buton in xml and set on button setOnclickListner in .java Activity file and paste this code on click event Follow this steps 3. activity_main.xml <?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" ...