Monday 8 January 2024

TypedBundle

TypedBundle is a type safe Bundle for Android development.

Bundle is essential component in Android development from Day 1, but the flexible key-value structure don't limiting us from put a String and get an Int back with same key (and which will cause crash not compile error). This library is aimed to transform the plain String key into a type based class (such as StringKey or IntKey in below example) to align the type usage on both get and set side.


Android Arsenal
https://ift.tt/wDXHFsZ

No comments:

Post a Comment