Skip to content

Instantly share code, notes, and snippets.

View kustraslawomir's full-sized avatar
🏠
Working from home

Sławomir Kustra kustraslawomir

🏠
Working from home
View GitHub Profile
@sofakingforever
sofakingforever / AnimatedStarsView.kt
Last active February 3, 2022 09:21
Draw animated stars on Android view canvas - written in Kotlin - crafted with ❤️ by sofakingforever
package com.sofaking.moonworshipper.view
import android.content.Context
import android.graphics.Canvas
import android.graphics.Paint
import android.graphics.RectF
import android.util.AttributeSet
import android.view.View
import java.util.*
import java.util.concurrent.Executors