7hens / okparcelable

📦 the easiest way to implement Parcelable - 用最简单的方式实现 Parcelable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download license stars

OkParcelable

OkParcelable is a Kotlin interface that extends Parcelable and is the easiest way to implement Parcelable.

OkParcelable 是一个继承了 Parcelable 的 Kotlin 接口,它能让你用最简单的方式实现 Parcelable。

Setting up the dependency

last_version: Download

implementation 'cn.thens:okparcelable:<last_version>'

Sample usage

Just let your data class implement OkParcelable.

让你的数据类直接实现 OkParcelable 就好了。

OkParcelable

About

📦 the easiest way to implement Parcelable - 用最简单的方式实现 Parcelable

License:MIT License


Languages

Language:Kotlin 100.0%