Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

G3rcar/HttpHandler

Repository files navigation

HTTP Handler

Use an AsyncTask to execute requests to the server, avoid all the boilerplate and use only some methods

How to use

In the file app/build.gradle add:

repositories{
    maven { url "https://jitpack.io" }
}

Then, in the dependencies add:

dependencies {
    implementation 'com.github.G3rcar:HttpHandler:2.0.0'
}

Example code

sample/MainActivity.java

About

Manejador de peticiones http con AsyncTasks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages