android - Get an arraylist from Parse.com in a new Activity -
i wish array parse cloud. after tapping on item in list (which contains parseobject reference), item open new activity , want array list stored in latlngpoints key in parse. have googled , found following solution not work:
arraylist<parsegeopoint> parselist = (arraylist<parsegeopoint>) getintent().getextras().getparcelablearraylist("latlngpoints");
is possible way, or have create parse object , create request information need?
parseobjects not parcelable. can pass array list of longs represent lat , long
Comments
Post a Comment