Android
 Computer >> コンピューター >  >> プログラミング >> Android

Androidでwifiを有効にする方法は?


この例は、AndroidでWi-Fiを有効にする方法を示しています。

ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。

ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
   xmlns:app="https://schemas.android.com/apk/res-auto"
   xmlns:tools="https://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:gravity="center"
   android:layout_height="match_parent"
   tools:context=".MainActivity">
   <TextView
      android:id="@+id/text"
      android:textSize="30sp"
      android:layout_width="match_parent"
      android:layout_height="match_parent" />
</LinearLayout>

上記のコードでは、wifiを有効にするためにテキストビューを使用しています。

ステップ3 −次のコードをsrc / MainActivity.java

に追加します
package com.example.myapplication;

import android.net.wifi.WifiManager;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.RequiresApi;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.TextView;

public class MainActivity extends AppCompatActivity {
   TextView textView;

   @RequiresApi(api = Build.VERSION_CODES.N)
   @Override
   protected void onCreate(Bundle savedInstanceState) {
      super.onCreate(savedInstanceState);
      setContentView(R.layout.activity_main);
      textView = findViewById(R.id.text);
      textView.setText("enable wifi");
      textView.setOnClickListener(new View.OnClickListener() {
         @Override
         public void onClick(View v) {
            WifiManager wifiManager = (WifiManager) getApplicationContext().getSystemService(WIFI_SERVICE);
            wifiManager.setWifiEnabled(true);
         }
      });
   }
}

ステップ4 −次のコードをAndroidManifest.xmlに追加します

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="https://schemas.android.com/apk/res/android"
package="com.example.myapplication">
   <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
   <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
   <application
      android:allowBackup="true"
      android:icon="@mipmap/ic_launcher"
      android:label="@string/app_name"
      android:roundIcon="@mipmap/ic_launcher_round"
      android:supportsRtl="true"
      android:theme="@style/AppTheme">
      <activity android:name=".MainActivity">
         <intent-filter>
            <action android:name = "android.intent.action.MAIN" />
            <action android:name = "android.net.conn.CONNECTIVITY_CHANGE" />
            <category android:name = "android.intent.category.LAUNCHER" />
         </intent-filter>
      </activity>
   </application>
</manifest>

アプリケーションを実行してみましょう。実際のAndroidモバイルデバイスをコンピューターに接続していると思います。 android studioからアプリを実行するには、プロジェクトのアクティビティファイルの1つを開き、ツールバーの[実行]アイコンをクリックします。オプションとしてモバイルデバイスを選択し、デフォルトの画面を表示するモバイルデバイスを確認します–

Androidでwifiを有効にする方法は?


  1. AndroidのTextViewでテキストを正当化する方法は?

    この例は、AndroidのTextViewでテキストを正当化する方法を示しています。 ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。 ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="https://

  2. WiFi通話とは何かとAndroid携帯でそれを有効にする方法

    携帯電話ネットワークが機能しない場合、WiFi通話は実際の命の恩人になる可能性があります。仕事でも個人的な理由でも、いつでも利用できるようにする必要がある場合は、プランBを用意しておくとよいでしょう。 特に海外にいる場合は、多額の現金を節約することもできます。ローミングや、通常は途方もなく高い国際的な料金に対処する必要はありません。 WiFi通話には他にも利点があります。それらが何であるかを発見すると、それなしでこれまでどのようにしたのか不思議に思うでしょう。 WiFi通話とは何ですか? WiFi通話はその名前が示すとおりですが、特別なログインやアプリは必要ありません。セルラーネ