In this project I created tab bar application with 2 tabs.
The first tab presents the following information: • My name • The current Date and Time (should be updated dynamically every second) • An Empty label
The second tab contains two inner tabs: • The first tab contains a table that will show the information received from this RSS feedhttp://feeds.reuters.com/reuters/businessNews • The second tab contains a table which is a unification of the data received fromhttp://feeds.reuters.com/reuters/entertainmentandhttp://feeds.reuters.com/reuters/environment. First the items from “Entertainment” should be presented, and then the items from “Environment”
Features:
- Selecting a feed (item) will push a new view with the description of the feed.
- The application should now present in the empty label of the first tab, the title from the feed that was selected in the second tab.
- The application should check each RSS source (there are 3 RSS sources) every 5 seconds for an update and the UI should be updated immediately as soon as one of the RSS sources provided updated information.
- Whenever the application checks for update, it shows an activity indicator that does not block the screen or the user from interacting with the application.