Simple App of Flickr Using VIPER architecture.
- Tabbar of 2 screen (photos and groups)
- Showing recent photos on flicker
- load more photos (pagination)
- save photos to Database
- showing list of groups
- load more groups (pagination)
- save groups To DataBase
- display group info when tap on any group item in list
- display topic and replies in the same page in group info
- save group info to DataBase
- Unit Test
- flickr.photos.getRecent
- flickr.groups.discuss.replies.getList
- flickr.groups.getInfo
- flickr.groups.discuss.topics.getList
- flickr.groups.search"