I have created Intent and I put data using putExtramethod.
Now I want to put my geoPointsArraytype variable to my intent object, here is type of geoPointsArray :
List<GeoPoint> geoPointsArray = new ArrayList<GeoPoint>();
In existing methods putExtraI can't find how to put my custom type.
Can someone help me with this?
Thanks