-
Mekari
- Jakarta, Indonesia
Pinned Loading
-
SkeletonPlaceholderView
SkeletonPlaceholderView PublicA library for creating dynamic skeleton view
-
-
CountCollectionAdjacentItems.kt
CountCollectionAdjacentItems.kt 12val data = List(100_000) { ('a'..'f').random().toString() to 1 }
3val entries = data.map { Entry(it.first, it.second) }
45fun main() {
-
How to take a screenshot of you desi...
How to take a screenshot of you desired View, save it to storage (complied with scoped storage) and share the bitmap 1@Suppress("DEPRECATION")
2private fun saveImageToStorage(
3bitmap: Bitmap,
4filename: String = "screenshot.jpg",
5mimeType: String = "image/jpeg",
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.