Skip to content

Commit

Permalink
adding screenshots and features
Browse files Browse the repository at this point in the history
  • Loading branch information
inancsevinc committed Sep 25, 2012
1 parent 2fe4bc7 commit 624e6f7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# <img src="https://raw.github.com/idolabs/LatestNews/master/icon_ipad.png" alt="AFNetworking"> Latest News (Mobil Haber) # <img src="https://raw.github.com/idolabs/LatestNews/master/icon_ipad.png" alt="LatestNewsIcon"> Latest News (Mobil Haber)




## Overview ## Overview
Expand All @@ -7,9 +7,23 @@ Mobil Haber is a visual RSS reader application designed for iOS devices. It retr
and News papers' RSS services. and News papers' RSS services.
This app is free of charge and ads-free in order to provide a better user experience. This app is free of charge and ads-free in order to provide a better user experience.


<img src="https://raw.github.com/idolabs/LatestNews/master/screenshots/ipad_2.jpg" width="500" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="https://raw.github.com/idolabs/LatestNews/master/screenshots/ipad_1.jpg" width="281" />


## Features ## Features


TODO: list features here... - Retrieve data from 30+ RSS services which provide images for each rss item
- Show list of rss news for each source in a seperate horizontal table view
- Group news sources accoring to their categories( economy, sports etc. ) and show them in a main table view
- Parse reponse xmls of rss services in background threads using GCD dispatch queues, eliminate duplicate and no-image items
- Use <a href="https://github.com/AFNetworking/AFNetworking">AFNetworking</a> for making asynchronous http requests
- Use <a href="https://github.com/rs/SDWebImage">SDWebImage</a> for caching images shown in main table view
- Open the link of a news item in a seperate UIWebView when an item is selected from the main table view
- Retrieve rss sources list from a plist file stored in <a href="http://aws.amazon.com/s3/">Amazon S3</a>, cache the file in NSUserDefaults, fallback to local plist file if necessary

TODO: list other features...


## Support ## Support


Expand Down

0 comments on commit 624e6f7

Please sign in to comment.