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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -