Posts

Showing posts from 2017

Online shopping of best product of 2017 with normal price

Image
Now Purchase All  with common price                                    Computers And Laptops Baby Choice Baby Dream Dcor Iteams Sale
Image
                  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"     android:fitsSystemWindows="true"     tools:openDrawer="start">     <include