Back to project page Android-Parse.com-GridView-Tutorial.
The source code is released under:
Apache License
If you think the Android project Android-Parse.com-GridView-Tutorial 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 com.androidbegin.parsegridview; /*from w w w .j a v a 2s.c o m*/ public class PhoneList { private String phone; public String getPhone() { return phone; } public void setPhone(String phone) { this.phone = phone; } }