Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
What about Enums? Enum is a type-safe way to pass navigation arguments.
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
Will Enums be covered in this issue as part of Serializable or will have own handled separately?
Because for enum you can provide a reasonable default value but for Parcelable or Serializable only @null
Description
Component used: Fragment
Allow developers to detect the usage of the
<fragment>
tag.This would hook into calls to
FragmentLayoutInflaterFactory
handling the<fragment>
tag and apply the appropriate penalties if this detection was enabled.