Hello,
I have this array declaration:
List<GeoPoint> race = new ArrayList<GeoPoint>();
I want to store this array in to SQLite database.
Can some one give me code for converting this array in to byte[] or give me code for another solution ?
Thanks