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

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

Awesome Lists containing this project

README

          

# SimpleRequest

[![Build](https://github.com/ikajdan/simple_request/actions/workflows/build.yaml/badge.svg)](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.