Popular posts from this blog
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
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 ...
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" ...
Comments
Post a Comment