// add all items to collection Alloy.Collections.Fugitive.reset([{ "name" : "Jeff Haynie" }, { "name" : "Nolan Wright" }, { "name" : "Don Thorp" }, { "name" : "Marshall Culpepper" }, { "name" : "Blain Hamon" }]); // save all the items Alloy.Collections.Fugitive.saveAll(); // get the collection object Alloy.Collections.instance("Fugitive"); // delete all items Alloy.Collections.Fugitive.deleteAll();