An open API service indexing awesome lists of open source software.

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.

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)