Skip to content

Instantly share code, notes, and snippets.

View Hasiy's full-sized avatar
🤒
something something

Hasiy Hasiy

🤒
something something
View GitHub Profile
@Hasiy
Hasiy / FragmentArgumentDelegate.kt
Last active March 17, 2020 08:06 — forked from yanngx/FragmentArgumentDelegate.kt
Fragment arguments 使用kotlin 委托传值
package com.example.myapplication
import android.os.Binder
import android.os.Bundle
import androidx.core.app.BundleCompat
import androidx.fragment.app.Fragment
import kotlin.properties.ReadWriteProperty
import kotlin.reflect.KProperty
/**