Skip to content

Instantly share code, notes, and snippets.

View hongbeomi's full-sized avatar
🏃‍♂️
Slowly And Steadily

Hongbeom An hongbeomi

🏃‍♂️
Slowly And Steadily
View GitHub Profile
@hongbeomi
hongbeomi / GlobalErrorHandler.kt
Last active December 13, 2022 03:32
Firebase Crashlytics 사용 & 글로벌 에러 핸들링
// references : https://github.com/firebase/firebase-android-sdk/issues/1952#issuecomment-713094146
// error handling page
class ErrorActivity : AppCompatActivity() {
companion object {
private const val ERROR_TEXT = "ERROR_TEXT"
fun start(context: Context, errorText: String) = with(context) {
val intent = Intent(this, ErrorActivity::class.java).apply {
@lopspower
lopspower / README.md
Last active May 10, 2024 17:08
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store