Fast-Android-Networking
Fast-Android-Networking copied to clipboard
Making a conditional request in Kotlin and Array of Image in one parameter support
Hi currently I am using kotlin and still trying to find a way to declare
ANRequest.GetRequestBuilder getRequestBuilder = new ANRequest.GetRequestBuilder(ApiEndPoint.BASE_URL + ApiEndPoint.CHECK_FOR_HEADER);
Is there an example to declare it in Kotlin? I am using the auto converter in Android Studio but still failed to do so.
Have you tried this:
val grb = GetRequestBuilder<GetRequestBuilder<*>>("")