Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Parsing list to an activity

$
0
0

hi, how can i parse this

List<WinTAP.PartialBusiness.clsExtraFactor> ExtraFactorLists = new List<WinTAP.PartialBusiness.clsExtraFactor>();

to an activity. I have googled and got this :

Intent.PutParcelableArrayListExtra("ExtraFactorLists", ExtraFactorLists);

OR ... i used :

IList<IParcelable>

Intent.PutParcelableArrayListExtra("ExtraFactorLists", (IList<IParcelable>)ExtraFactorLists);

i get error ....


cannot cast from source type to destination type

thanks in advanced !


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>