Convert Website Into An Android App | #2 Make your first simple webview app
1. เคจिเคे เคฆिเค เคนुเค Code เคो Activity_Main.xml เคฎें Image เคฎें เคฆिเคाเค เคนुเค เคธ्เคฅाเคจ เคชเคฐ paste เคเคฐे! <WebView android :layout_width ="fill_parent" android :layout_height ="fill_parent" android :id ="@+id/webView" android :layout_alignParentTop ="true" android :layout_alignParentLeft ="true" android :layout_alignParentStart ="true" android :layout_alignParentBottom ="true" android :layout_alignParentRight ="true" android :layout_alignParentEnd ="true" tools :ignore ="MissingConstraints" /> 2. เค
เคฌ เคจिเคे เคฆिเค เคนुเค Code เคो MainActivity.java เคฎें Image เคฎें เคฆिเคाเค เค
เคจुเคธाเคฐ Package Name เคो เคोเฅเคเคฐ เคฌाเคी Code เคे เคธ्เคฅाเคจ เคชเคฐ Paste เคเคฐें! import android.os.Bundle ; import android.webkit.WebView ; import android.webkit.WebViewClient ; import androidx.appcompat.app.AppCompatActivity ; public class MainActivity extends AppCompatActivity { String websiteURL = "https:...