Monthly Archives: July 2012

Android 4.0.3 Web view Development

if Webpage is not avilable comes in Android webview application, then use follow permissions in androidmanifest.xml file.              Find the below source code: myAbap.java: package com.example.myabap;import android.annotation.SuppressLint;import android.app.Activity;import android.graphics.Color;import android.os.Bundle;import android.view.KeyEvent;import android.webkit.WebView;import android.webkit.WebViewClient;@SuppressLint(“SetJavaScriptEnabled”)public class MyABAP … Continue reading

Posted in Uncategorized | Leave a comment