moko-resources
moko-resources copied to clipboard
Change args type of ResourceFormattedStringDesc from List<Any> to List<String> to be able to implement Parcelable and also implement Parcelable on StringDesc
trafficstars
We have cases where we need to pass StringDesc as argument to Android's Fragments. Without Parcelable implementation it's not possible. It seems to me, than we can just use additional toString() call on arguments passing to ResourceFormattedStringDesc. But it can break existing users cases who uses numbers to format strings
hi! StringDesc is interface, so you can create own ResourceFormattedStringDesc implementation of StringDesc that will be Parcelable.