Skip to content

Convert your volley request in URL and find value of Parameter using key.

Notifications You must be signed in to change notification settings

hvyas3662/VRC-android

Repository files navigation

VolleyRequestConverter-android

Convert your volley request in URL and find value of Parameter using key.

How to configure

  1. Add maven in your root build.gradle
allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
  1. Add the dependency in your App level build.gradle
dependencies {
  implementation 'com.github.hvyas3662:VRC-android:v5.1'
}

How to use

val url = "http://Example.com/android/api/abcd.php"
val params: MutableMap<String, String> = HashMap()
params["search"] = searchQuery
val fullUrl: String = Vrc(url, params).getRequestedUrl()

About

Convert your volley request in URL and find value of Parameter using key.

Resources

Stars

Watchers

Forks

Packages

No packages published