Kshitij Patil
03/27/2021, 6:13 AMBlaž Vantur
03/27/2021, 6:16 AMKshitij Patil
03/27/2021, 6:21 AMParcelable
object while on the other end, if I want that id to be nullable I can’t do it with primitive types so possibly I need to fallback to a custom Parcelable
. How this makes sense?Blaž Vantur
03/27/2021, 6:35 AMnull
with some default value, for example, -1
in your code. As you can see from that table, default values can be used for those types.Kshitij Patil
03/27/2021, 7:21 AM