Hi guys, what is the jury on private string consta...
# android
u
Hi guys, what is the jury on private string constants? should it be top level const or companion object? Say used for Bundle argument name
s
In my opinion companion object in this case is redundant.