Join Slack
Powered by
just for the extra information, why is ArrayList&l...
# compose-destinations
p
Pranathi
06/13/2025, 12:57 PM
just for the extra information, why is ArrayList<> is usable for the nav args and not List<>?
r
Rafael Costa
06/13/2025, 10:05 PM
Hi! Android Bundle takes an ArrayList, not List. Everything related to nav args ends up in a Bundle.
s
Suhaib Kazi
06/15/2025, 7:23 PM
Even if the data class is serializable Everything is packed into a bundle?
r
Rafael Costa
06/15/2025, 9:00 PM
Each nav arg needs to be present in the SavedStateHandle. That’s done via a Bundle directly or indirectly
đŸ™Œ 2
Open in Slack
Previous
Next