I read posts about passing arrays from and to actions, but I'm confused about how I will do this for my specific case.
I have an array of objects called DaysWeather (an array of DaysWeather []), where the objects have several String attributes, as well as a bitmap attribute. I read somewhere that you have to make it serializable or accessible, or something like that, but at first glance it seems messy.
Can someone lead me in the right direction?
Is there an easy way to do this?
android android-activity bundle
joepetrakovich
source share