Skip to content

Instantly share code, notes, and snippets.

View ahmadharisk's full-sized avatar
🎯
Focusing

Peppo ahmadharisk

🎯
Focusing
View GitHub Profile
import android.content.res.AssetManager
import okhttp3.Interceptor
import okhttp3.MediaType.Companion.toMediaTypeOrNull
import okhttp3.Protocol
import okhttp3.Response
import okhttp3.ResponseBody.Companion.toResponseBody
import java.io.BufferedReader
import java.io.InputStreamReader
class AssetFileInterceptor(private val assetManager: AssetManager) : Interceptor {