Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 12-27-2009, 04:28 AM   #1 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 3
Exclamation Populate table data from the net.

So, here it is...
I have volenteered develop an iPhone app for my local church that allows people to stream/download messages (30min .mp3 files), then listen to at their own pleasure. If I am to complete this they will pay me!

I have practically no experiences in xcode or anything so please be gentle!

So the app is set out as a tab bar app, one of the tabs called 'messages'.
In this tab i want a table that receives its values from the net.
I have access to a website that can host php and all of that garbage. When i select a value I want you to have the option to download the mp3 and read its details.

SO! What do I need to do to populate the table data from the net? a table on my website? php? i read about some SOAPy thing?
I have been searching for days on end, HULP PLOX!!!

Last edited by hacksaw6; 12-28-2009 at 07:03 PM. Reason: a little **** underneath me had a fit
hacksaw6 is offline   Reply With Quote
Old 12-28-2009, 06:50 PM   #2 (permalink)
Registered Member
 
Join Date: Feb 2009
Location: Belgium
Posts: 106
Default

You clearly just want to get some money. Since you do not have any experience you shouldn't have accepted that offer. Every client deserves decent code. That's what they pay for. I assume you will only be able to put something together by copying and pasting.

It also shows that you didn't even use google. Populating a tableview is one of the basics that is well explained on the internet. They should let a more experienced developer make the app. You have the wrong intentions. Sorry to say that.
SkyTrix is offline   Reply With Quote
Old 12-28-2009, 07:05 PM   #3 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 3
Thumbs down

Quote:
Originally Posted by SkyTrix View Post
You clearly just want to get some money. Since you do not have any experience you shouldn't have accepted that offer. Every client deserves decent code. That's what they pay for. I assume you will only be able to put something together by copying and pasting.

It also shows that you didn't even use google. Populating a tableview is one of the basics that is well explained on the internet. They should let a more experienced developer make the app. You have the wrong intentions. Sorry to say that.
read my post again, i dont think you understand
hacksaw6 is offline   Reply With Quote
Old 12-28-2009, 07:25 PM   #4 (permalink)
Registered Member
 
Join Date: Feb 2009
Location: Belgium
Posts: 106
Default

Quote:
Originally Posted by hacksaw6 View Post
read my post again, i dont think you understand
I do understand. Before you edited your post it was obvious. And I don't see why people should help if you clearly state that you don't have any experience and that you will get paid for this.
SkyTrix is offline   Reply With Quote
Old 12-28-2009, 08:30 PM   #5 (permalink)
Registered Member
 
Join Date: Dec 2008
Location: UK
Posts: 1,886
Default

Personally, I think the easiest way would be to have a file on your website that contains the names and URLs of the MP3s.

The app could then download this file using something like:
Code:
NSData * theFile = [NSData dataWithContentsOfFile:[NSURL URLWithString:@"address"]];
Then make an array from that (Google it).

Finally, look at how to populate a UITableView with an NSArray (Google again).

A few things to get you started!

Tom.
harrytheshark is offline   Reply With Quote
Reply

Bookmarks

Tags
internet, message, php, soap, table

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 260
20 members and 240 guests
2WeeksToGo, ADY, BrianSlick, dacapo, Dani77, Dattee, Duncan C, headkaze, IphoneSdk, jemicha, kapps11, mer10, mgon987, Punkjumper, sneaky, timle8n1
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,879
Threads: 89,228
Posts: 380,743
Top Poster: BrianSlick (7,129)
Welcome to our newest member, mgon987
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:41 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0