You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Android Studio project provides a simple application for controlling WiFi settings on devices running Android. The app includes two buttons, allowing users to enable or disable WiFi with ease.
4
+
5
+
## Features
6
+
-**WiFi Control:** Toggle WiFi on or off using dedicated buttons.
7
+
-**Compatibility:** Supports devices running Android Q (10) and above, as well as earlier versions.
8
+
9
+
## Getting Started
10
+
Follow these steps to set up and run the project on your local machine:
- Choose "Open an Existing Project" and select the cloned directory.
20
+
21
+
3.**Build and Run:**
22
+
- Build the project using the "Build" menu in Android Studio.
23
+
- Run the app on an emulator or a connected Android device.
24
+
25
+
## Usage
26
+
1.**Enable WiFi:**
27
+
- Click on the "Enable WiFi" button (`button01`) to turn on WiFi.
28
+
29
+
2.**Disable WiFi:**
30
+
- Click on the "Disable WiFi" button (`button02`) to turn off WiFi.
31
+
32
+
## Compatibility Note
33
+
- The app utilizes the new WiFi settings panel introduced in Android Q. For devices running earlier versions, it falls back to the traditional method using `WifiManager`.
34
+
35
+
## Contributing
36
+
Feel free to contribute to the project by submitting bug reports, feature requests, or pull requests. Your contributions are highly appreciated.
37
+
38
+
## License
39
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
40
+
41
+
## Acknowledgments
42
+
- Thanks to the Android development community for valuable resources and support.
0 commit comments