Skip to content

Instantly share code, notes, and snippets.

View PIPIKAI's full-sized avatar
🎯
Focusing

Zhikai Zhong PIPIKAI

🎯
Focusing
  • Hunan Institute of Science and Technology
  • Asia/Shanghai
  • 21:03 (UTC +08:00)
View GitHub Profile
@typebrook
typebrook / MBTilesServer.kt
Last active January 12, 2024 08:46
How to make MBTiles valid on Mapbox Android SDK #mbtiles #android #mapbox
package com.example.sample.offline
import android.util.Log
import java.io.BufferedReader
import java.io.ByteArrayOutputStream
import java.io.FileNotFoundException
import java.io.PrintStream
import java.net.ServerSocket
import java.net.Socket
import kotlin.math.pow