I am really happy to release my first iPhone application source. This is a simple RSS reader application and it loads the latest news from BBC.
While doing this application I got to learn and to get a rough idea bout the following
- How basic iPhone application works
- View & view controllers
- Tableviews, Tableview Datasource & Tableview Delegate
- Navigation controller
- Threading
- XML parser etc
.
To make this application I have broken my head reading lot of samples and watching video tutorials. I am very sure the application will have lot of issues and mistakes. If anyone feels so please give me a comment So I have a chance to correct myself. So far I find it really interesting and challenging 🙂
Application Main View : This view loads the RSS parser as a thread, this will download the RSS and parse it. Once the thread is completed it loads the RSS item into a UITableView.
News detail View : Based on what news is selected it loads the detailed news view.
Alert View: Gives you a choice if you want to open the RSS item in safari browser.
Please forgive me for not putting the complete explanation about the application. I am sure it is pretty simple to figure it out.
Hi,
Excellent code!! This is a great rss reader.
Can you tell me how I can edit the NavigationController and also change the text for “News” and “Detail” heading?
Thanks,
Nick
Try http://tritoneapps.com iphone games source codes, really amazing and very less price only $5, more details contact prabhakar@tritonetech.com
I bought source code from http://tritoneapps.com, its really nice and worthy, just i include my graphics and uploaded in itunes store, still earning more money from last 20 days, thanks for this post..
Chers,
Smith
Yeah, have you figured that out? I have no clue where I can change it!!!!
it is located in he inspector tab
Can you provide me with a tutorial on how to recreate this. Especially on how to create the news detail controller. I’d greatly appreciate it.
Good stuff. Impressive.
Thanks for sharing the code…I was looking for source codes to start developing Iphone games
Just came across some sites like http://www.tritoneapps.com,www.codebeach.com
where more than source codes are available for more than 40 games
enjoy!!
Any idea on how I could remove the html tags that show up in the feed? Great code btw, really impressive! Thank you.
many thanks for this source. one question, i noticed you are saving the “pubDate” of the post but you are not calling it in the NewsDetailViewController. I’ve tried calling it myself like so:
self.pubDateTextView.text = [[[self appDelegate] currentlySelectedBlogItem]pubDate];
and i set that output to a new textView but when i run it it shows up as (null). any help? how can i call the pubDate to have it show correctly?
Great!!! This is almost exactly what I was looking for! I’ve started to develop my own apps, and this is excellent code to study!
Brilliant work!
Hi, can you tell me how to insert a thumb image in the list and image in detail view?
I wish to insert a 4 rss with 4 tab: it’s possibile true?
thanks
You can check here how I did it.
http://stackoverflow.com/questions/2834830/iphone-cell-imageviews-repeating-when-loaded-from-url
detail.. ok, sorry
Wonderful article for Navigation and Tab Bar control with XML file to read and display into table view. Please keep continue to put good code related iPhone requirement.
Thanks a lot
Niyaz Ahmad
You are a lifesaver!! Thanks for posting this code. Is there a way to get a thumbnail into the UITableView?
Hi thanks much for the coding work its a great example to work with..
I had a question about it though.
When using an rss feed from somewhere such as twitter the parser seems to just pull every item in the feed. This can be bad for me when its putting up 20 items+. How would I get it to just pull the ten newest items or at least limit the NSMutablearray that it is adding currentitems to “10”. Any help in limiting the number would be great! thanks again for the good work.
RSS Feeds are really very helpful and you could get site and news updates from it.;-`
This is a great reader.
Like several other interested posters, can you add a thumbnail image to the detail view? And also, how do you change the navigation bar?
Thank you!
Thanks for this. It’s a good foundation.
This application does not work properly on my connection.The feeds dont get loaded.While if I try the feeds which dont have xml style sheets.Those are working fine.Is this an internet connection problem???
Need Help!!!!
Should be as it works fine at my end.
Great work! Would really love to know how to add a thumbnail image from the feed to the table view
I would be sooo happy if somebody can help me!! Thanks
Excellent work.
Just started with iPhone app development, this give a very clear idea on use of classes and delegates. Amazing work and very helpful of you to release the source code.
Thanks once again.
dude,
tnx a lot, great app to learn from, keep up the good work.
Thank you for this tutorial is very useful, but I have a problem I want to add to the cell the title, date and image of the Post de la web, I tried UITAbleViewCell and some forms of schedule but not run, could you help me please?