https://github.com/volkansah/simple-android-devserver
A simple web server for your Android device, compatible with Android 6.0 (API level 23) and above.
https://github.com/volkansah/simple-android-devserver
android android-application android-sdk android-server android-studio devserver web-server webserver
Last synced: 9 months ago
JSON representation
A simple web server for your Android device, compatible with Android 6.0 (API level 23) and above.
- Host: GitHub
- URL: https://github.com/volkansah/simple-android-devserver
- Owner: VolkanSah
- Created: 2024-09-19T16:20:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:45:11.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:55:45.925Z (9 months ago)
- Topics: android, android-application, android-sdk, android-server, android-studio, devserver, web-server, webserver
- Language: Java
- Homepage: https://github.com/VolkanSah/Simple-Android-DevServer
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Simple Android DevServer
This is a simple web server for your Android device, compatible with Android 6.0 (API level 23) and above.
## Getting Started
To use this project, follow these steps:
1. **Import the Project**: Open the project in Android Studio or your preferred IDE.
2. **Customize Settings**: Adjust any necessary configurations to suit your needs.
3. **Export the Project**: Build and export the project to install it on your device.
With this web server, you can easily serve static files such as HTML, CSS, and JavaScript directly from your Android device.
## Features
- Minimalistic design for easy setup and use.
- Supports serving various file types.
## Contributions
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Credits
**Volkan Kücükbudak**
### Other Stuff
[Android DarkNet Server - Light Boilerplate](https://github.com/VolkanSah/Android-DarkNetServer)