How to access all public photo of a profile and show it with this sample ? ` private static final String URL_SEARCH = "&method=flickr.photos.search&tags=mode&per_page=" + PAGE_SIZE + "&page=";` how can i use this for only specific profile photo viewing
How to access all public photo of a profile and show it with this sample ?
private static final String URL_SEARCH = "&method=flickr.photos.search&tags=mode&per_page=" + PAGE_SIZE + "&page=";how can i use this for only specific profile photo viewing