跳到主要內容

發表文章

Android Studio 內使用 WebView 方法來顯示網頁

在 Android Studio 內可以開啟WebView方法直接顯示網頁 1.開啟新專案,選擇空白專案 (Empty Activity),專案名稱為 mylinux,挑選 android 4.1,使用裝置數現為 95.2% 2. 在 app -> manifests -> AndroidManifest.xml 新增 允許App可使用 Internet 3. 在 app  -> res -> layout  -> activity_main.xml 新增 WebView Layout(圖層) 記得<android.support.design.widget.FloatingActionButton            android:id="@+id/fab"            android:layou_width="wrap_content"            android:layout_height="wrap_content"            android:layout_gravity="end|bttom"            android:layout_margin="@dimen/fab_margin"          android:src="@android:drawable/ic_dialog_email"     /> 4. 在  app  -> java -> tw.mylinux.myslide -> MainActivity 新增 WebView 分法 5. Build -> make Project 後,再執行Run,選擇已經產生過得AVD(Avaliable Virtual Device),執行後會跑一段時間(初次) 排版
最近的文章

安裝 Google Android Studio 開發 Andorid App

     安裝 Google Android Studio 之前,需先搭配要開發 Android App 用的 JAVA SDK,SDK的套件有很多種,筆者僅使用標準的 JAVA SE,需要企業應用版本,可以下載 JAVA EE。若需要精簡版本還有分成 JAVA ME 與 JAVA Embedded。可從http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 來下載,如圖1-1: (圖1-1) 選擇您的作業系統環境,點選 Accept License Agreement 然後下載,如在 Windows 64bit 環境,請下載 jdk-8u101-windows-x64.exe 或 jdk-8u102-windows-x64.exe,您高興就好。 下載安裝後在至 https://developer.android.com/studio/index.html,下載 Android Studio,開發 Android App 的 IDE。如圖1-2 (圖1-2) 點選 DOWNLOAD ANDROID STUDIO圖示,會出現如圖1-3,再點選 I have read and agree with the above terms and conditions (圖1-3) https://developer.android.com/studio/install.html