Back to project page marriagenda.
The source code is released under:
MIT License
If you think the Android project marriagenda listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package marriagenda.controller.utilities; // w w w. j a v a 2 s .c om import java.util.ArrayList; /* * marriAGENDA AdminList class * Author: Robyn Cute * */ public class GuestBook { private ArrayList<Page> pages = new ArrayList<Page>(); private String bookName; private Event bookEvent; public void addPage( ){ } }