https://github.com/ikajdan/simple_request
A simple app that demonstrates how to make a network request
https://github.com/ikajdan/simple_request
android app gradle http kotlin networking
Last synced: 11 months ago
JSON representation
A simple app that demonstrates how to make a network request
- Host: GitHub
- URL: https://github.com/ikajdan/simple_request
- Owner: ikajdan
- License: apache-2.0
- Created: 2025-02-15T16:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T16:48:07.000Z (about 1 year ago)
- Last Synced: 2025-05-14T12:19:37.893Z (11 months ago)
- Topics: android, app, gradle, http, kotlin, networking
- Language: Kotlin
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SimpleRequest
[](https://github.com/ikajdan/simple_request/actions/workflows/build.yaml)
SimpleRequest is a simple Android app written in Kotlin, that demonstrates how to make a network request using the Volley library.
## Installation
1. Clone the repository.
2. Open the project in Android Studio.
3. Build and run the app on your device.
## License
This repository is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE.md) file for details.