Kotlin-Networking
Kotlin Networking - An elegant networking library written in Kotlin
File Explorer
Download Latest Version (.zip)- ExampleInstrumentedTest.java
- User.kt
- FileUtil.kt
- Utils.kt
- ApiEndPoint.kt
- GetApiTestActivity.kt
- MainActivity.kt
- MultiPartApiTestActivity.kt
- PostApiTestActivity.kt
- SampleApp.kt
- activity_get_api_test.xml
- activity_main.xml
- activity_multi_part_api_test.xml
- activity_post_api_test.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- kotlinnetworking.png
- gradle-wrapper.jar
- gradle-wrapper.properties
- ExampleInstrumentedTest.java
- ConnectionClassManager.kt
- ConnectionQuality.kt
- KotConstants.kt
- KotResponse.kt
- Method.kt
- Priority.kt
- Progress.kt
- RequestBuilder.kt
- RequestType.kt
- ResponseType.kt
- Core.kt
- DefaultExecutorSupplier.kt
- ExecutorSupplier.kt
- KotExecutor.kt
- KotFutureTask.kt
- MainThreadExecutor.kt
- PriorityThreadFactory.kt
- KotError.kt
- GsonParserFactory.kt
- GsonRequestBodyParser.kt
- GsonResponseBodyParser.kt
- GzipRequestInterceptor.kt
- HttpLoggingInterceptor.kt
- Parser.kt
- DownloadProgressHandler.kt
- InternalNetworking.kt
- KotRequestQueue.kt
- KotRunnable.kt
- RequestProgressBody.kt
- ResponseProgressBody.kt
- UploadProgressHandler.kt
- KotRequest.kt
- DownloadBuilder.kt
- GetRequestBuilder.kt
- MultipartRequestBuilder.kt
- PostRequestBuilder.kt
- RequestBuilderImpl.kt
- KotUtils.kt
- ParseUtil.kt
- SourceCloseUtil.kt
- KotNetworking.kt
- strings.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/amitshekhariitbhu/Kotlin-Networking
Downloads the entire project code from GitHub to your computer.
cd Kotlin-Networking
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
