httpurlconnection
There are 75 repositories under httpurlconnection topic.
yanzhenjie/NoHttp
:lemon: Android实现Http标准协议框架,支持多种缓存模式,底层可动态切换OkHttp、URLConnection。
tonyofrancis/Fetch
The best file downloader library for Android
getActivity/EasyHttp
Android 网络请求框架,简单易用,so easy
LiqiNew/NoHttpRxUtils
:tropical_fish: 本库是一款Android-Http标准协议网络通讯框架,基于RxJava+NoHttp封装。支持文件上传和断点续传、文件下载和断点下载、Http协议和Https协议队列网络请求、网络请求轮询。
panxw/android-volley-manager
Android Volley by HttpURLConnection(no HttpClient need), JSON, XML, Map, RequestMap(with file) request supported.
gotev/android-cookie-store
Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.
VishnuSivadasVS/Advanced-HttpURLConnection
Making HttpURLConnection easy and secure. Best method to impliment httpurlconnection in android.
tanoDxyz/GDownload
Light Weight, Fast 🚀 , Easy to Use, Reliable Download client for android.
anitaa1990/Optimize
Android library for displaying data based on JSON configuration fetched from server. With this library, you can kiss goodbye to string.xml, dimen.xml, arrays.xml. Keep all your string/integer/array config in one file. The library will automatically fetch the data from the url you provide.
MZCretin/HttpUrlConnectionUtilDemo
写小demo的时候,用Android成熟的网络框架有些大炮打蚊子,所以用最简单的方式写了一个网络工具类,注意,这个只是工具类...
AndroidAppFactory/Android-HttpURLConnection
一款封装HttpURLConnection实现的简单的网络请求的事例
HouariZegai/EarthquakePlaces
Android App help you to search :mag: to the earthquake places :city_sunrise: and view it in Maps with his details in table.
nickyoungzzz/EasyGo
基于Kotlin、OkHttp的声明式网络框架,像写HTML界面一样写网络调用代码
mezhevikin/http-request-kotlin
🌐 A tiny http client for Kotlin/Android. Only 90 lines of code.
nidorx/http-request
A very small (160KB, zero dependency) HTTP client for Java using HttpURLConnection
zulhilmizainuddin/httprequest
HttpUrlConnection wrapper for Java and Android. Supports HTTP GET, POST, PUT and DELETE.
AndriyKalashnykov/maven-simple
Maven based Java project for general purpose testing
BoyzDroizy/SimpleAPICalls
SimpleApiCalls is a type-safe REST client for Android. The library provides the ability to interact with APIs and send network requests with HttpURLConnection.
myl2ning/h2enablehelper
Enable http2 support for UrlConnection in Android 5.0+
HirojiSawatari/DailyLine
An APP of recording and using track of users
toohandsome/http-proxy
java 反向代理
ynfy-tech/ynfy-tool-httpconnect
基于 HttpURLConnection 实现的 Restful 接口工具, 用于远程接口调试
JimSeker/networking
Android Networking examples
zborkala/netfimno
NetFimno is helper class to easily perform all kind of http requests like sending post, get request, upload and download files showing the progress. No need of using third party libraries with unverified safety threat.
ajay-dewari/Android-Network-Communication
Code snipt to make network call in android using kotlin, without using any 3rd party library
alimogh/RequestTask
Android library wrapper for HttpUrlConnection
daniilkofficial/StepikMusicPodcast
Done Stepik course (Android SDK, Kotlin, MVC, Single-Activity, Fragments, RxJava, HttpURLConnection, Picasso, RecyclerView, Realm, WebView, Service, MediaPlayer и Notification)
deven4/ApnaWeather
A Simple Weather Forecast Android app with beautiful User Interface. This application uses OpenWeatherMap API to retrieve the weather data.
Dsiner/Aster
Aster is a network request library for android, supporting HttpURLConnection, Volley, OkHttp3, Retrofit2 as HTTP client.
LoloziAnas/coronavirus-tracker-app
Web Application based on spring framework for building a Coronavirus tracker
mohammedalsharif/ud843-QuakeReport
Discover earthquake activity around the world. Project is a part of the Android Basicis by Google Nanodegree program at Udacity.
prana10/downloadersample
Sample Downloader Using WorkManager & HttpURLConnection in Java
Takeoff0518/url-status-checker
My first Java program.
tanaskovicVesna/EarthquakeReport
App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.
tiwariswapnil/api_automation_framework
Rest API Automation framework using HttpUrlConnection and Rest-Assured libraries.