Back to project page AndroidLiveCodeWarsawFlickr.
The source code is released under:
Apache License
If you think the Android project AndroidLiveCodeWarsawFlickr 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.byoutline.androidlivecodewarsawflickr.model; //from w w w . j a v a 2 s. c o m /** * Created by Sebastian Kacprzak on 11.01.15. */ public class Photo { // public String id; // public String owner; // public String secret; // public String server; // public Integer farm; // public String title; // public Integer ispublic; // public Integer isfriend; // public Integer isfamily; public String url_s; public String url_z; public String url_o; }