Guest User

Untitled

a guest
Sep 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public abstract class WaypointListHolder {
  2. public static ArrayList<Waypoint> waypointList;
  3. }
  4.  
  5. // then in your fragments
  6.  
  7. WaypointListHolder.waypointList.add(newWaypoint)
Add Comment
Please, Sign In to add comment