Skip to content

Commit 0ddc17d

Browse files
authored
Create README.md
1 parent 34e99b2 commit 0ddc17d

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Android Studio WiFi Control
2+
3+
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:
11+
12+
1. **Clone the Repository:**
13+
```bash
14+
git clone https://github.com/atiquz/AndroidStudioWiFiControl.git
15+
```
16+
17+
2. **Open in Android Studio:**
18+
- Launch Android Studio.
19+
- 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.
43+
44+
---

0 commit comments

Comments
 (0)