Posts

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    

How to set Image on error in WebView Activity in android or How to convert my website to android application or How to create web view in android or how to solve can go back problem in webview in android

Image
webview                             How to set Image on error in WebView  Activity in android                             How to convert my website to android application                            How to create web view in android by android studio                             how to solve can go back problem in webview in android                           Hello user we use web view in android and implement this function in our project        If we get this type error when net connection  off in device than error handler print a                  massage                                       The Web page at                       http://www.google.com.sg could not be loaded as:                           net::ERR_CACHE_MISS could not be loaded as:                            net::ERR_CACHE_MISS 2  How to change screen and how to show image in background web page error time in web view look first error screen    follow my code