in this android studio tutorial we will how to use WebView to Convert website into android app ..
//////////////////////////////////////////////////////////////////////////////////////////////
java file :-
package com.example.gaurang.website;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.WebView;
import android.webkit.WebViewClient;
public class MainActivity extends AppCompatActivity {
private WebView website;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
website=findViewById(R.id.website);
website.loadUrl(“https://www.apple.com/imac/”);
website.setWebViewClient(new WebViewClient());
}
@Override
public void onBackPressed() {
if (website.canGoBack()) {
website.goBack();
} else {
super.onBackPressed();
}
}
}
/////////////////////////////////////////////////////////////////////////////////////////////
permission to be given in Android_Menifest file :-
uses-permission android:name=”android.permission.INTERNET”
#convert_website_into_android_app
#website_to_app
#webview in android studio
source
Hey there, curious minds! Ready to dive into the fascinating world of Mnogorazoye Pod-Sistemy architecture?…
Complete dentures, often referred to as false teeth, are a set of artificial teeth designed…
The Li River is located in Guilin, Guangxi, China. It is famous for its green…
Marketing in the digital age can feel like spinning plates. You've got your social media,…
Imagine a world where AI tools are tailor-made just for you. Personalized AI technology is…
Looking for a meaningful gift that will touch the hearts of those you love? At The…