Android Program – Wifi Activity

ANDROID FOR FRESHERS

Android Program Wifi Activity

 

Java Code(WifiAct)

import android.app.Activity;
import android.content.Intent;
import android.provider.Settings;
import android.os.Bundle;
import android.view.View;

public class WifiAct extends Activity
{

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_wifi);
Intent i = new Intent(Settings.ACTION_WIFI_SETTINGS);
startActivity(i);
}
}

Output:

wifi on off android code download        wifi on off android code download

 

Download Android Source Code

For More Android Programs –Click Here

 

Follow Us – Never Miss Update

Fb/PageTwitterGoogle+InstagramPinterest 

 

Related Search

Android code for Wifi Activity, Android Code for wifi on and off. Android code for internet wifi on off, Adroid snippet for wifi activity on off, Android code for wifi activity on off download, wifi code android code download, wifi on off code android code download, wifi on off android code download

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

    Comments