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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.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 09-10-2010, 03:55 PM   #1 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 3
jobi59uk is on a distinguished road
Question Developing a similar app

Hi I'm looking into developing similar to the app I have posted a link to below. Please could I have some guidance on what are the key features that I will need to incorporate in the app I want to develop.

iTIP Football for iPhone and iPod touch on the iTunes App Store

Any help is much appreciated.
jobi59uk is offline   Reply With Quote
Old 09-10-2010, 05:10 PM   #2 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by jobi59uk View Post
Hi I'm looking into developing similar to the app I have posted a link to below. Please could I have some guidance on what are the key features that I will need to incorporate in the app I want to develop.

iTIP Football for iPhone and iPod touch on the iTunes App Store

Any help is much appreciated.
You want to write an app similar to one that's for sale, and you want us to tell you what features it should have?

As the developer, deciding the features of an app is your job. Nobody can do that for you, unless you want to hire a development team and give them creative control over the app they develop.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 09-10-2010, 05:19 PM   #3 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 3
jobi59uk is on a distinguished road
Default

Quote:
Originally Posted by Duncan C View Post
You want to write an app similar to one that's for sale, and you want us to tell you what features it should have?

As the developer, deciding the features of an app is your job. Nobody can do that for you, unless you want to hire a development team and give them creative control over the app they develop.
Hi I'm sorry let me clarify myself. I was just wondering if someone could clarify what the underlying tools that were being used in this app. Because I had looked into something similar to this app and wanted my app to download information from a server and display it in a user friendly way on the app. My research showed me the use of php and mysql would do this, I just wondered is this correct?
jobi59uk is offline   Reply With Quote
Old 09-10-2010, 06:49 PM   #4 (permalink)
Pro. Game Developer
iPhone Dev SDK Supporter
 
Join Date: Feb 2009
Location: żLa Islas Hermosas?
Posts: 2,176
Kalimba is on a distinguished road
Default

Quote:
Originally Posted by jobi59uk View Post
I was just wondering if someone could clarify what the underlying tools that were being used in this app.
If you want to know "how do they do that", then only the developer can really tell you. Anyone else taking a stab at it would only be speculating.

Quote:
Originally Posted by jobi59uk View Post
Because I ... wanted my app to download information from a server and display it in a user friendly way on the app. My research showed me the use of php and mysql would do this, I just wondered is this correct?
Php and mysql are one way to skin that cat. If the app needs to download data from the cloud, theoretically you could have that data in a static html file, too.
__________________
~~ Word Flurry ~~ App Store / Website / Facebook
Kalimba is offline   Reply With Quote
Old 09-10-2010, 07:05 PM   #5 (permalink)
Cocoa Junkie
 
Duncan C's Avatar
 
Join Date: Dec 2008
Location: Northern Virginia
Posts: 6,003
Duncan C has a spectacular aura about
Default

Quote:
Originally Posted by jobi59uk View Post
Hi I'm sorry let me clarify myself. I was just wondering if someone could clarify what the underlying tools that were being used in this app. Because I had looked into something similar to this app and wanted my app to download information from a server and display it in a user friendly way on the app. My research showed me the use of php and mysql would do this, I just wondered is this correct?
The description of the app on the app store is pretty vague. Its hard to tell what it does, and I'm not going to spend 3 pounds just to see what it does.

PHP and mysql would be fine on the host side. You'll need to come up with a file format for delivering the data to your device. CSV files (comma separated values) are quite easy on both ends, or you could use XML or JSON, but both of those will require more work.

For a good user experience you will want to download content from your server asynchronously. Look into NSURLConnection. If you google it you can probably find sample code on the net that uses NSURLConnection to implement a download manager that handles a queue of files to download.

You'll probably also need to learn how to use navigation controllers (UINavigationController) UIViewController objects, and UITableView objects.

You'll also have to learn how to use various helper objects like NSString, NSURL, NSData, and probably NSDictionary and NSArray.

For most classes in iOS, if you search on the class name there's usually an article in the docs with the same name as the class. The article generally stares with an overview section that explains what the class is for and how you use it. The overview for NSString, for example, is pretty long and includes a breakdown of the different methods in the class broken down by the different functions they provide. It's worth reading and getting an understanding of the whole overview section of those fundamental classes, as you use them over and over and over, and they are very rich and powerful.

There are a ton of sample apps included in the XCode documentation, including some good ones on view controllers and table views. Do a search on "TableViewSuite" in XCode's help system, just as an example.
__________________
Regards,

Duncan C
WareTo

Check out our apps in the Apple App store


Check out this password generator app that shows various techniques including using a data container singleton object to share data between objects in your project.

See this tutorial on using UIView animations and layer animations:

See this thread on generating random, non-repeating text

Check out a very cool Macintosh Kaleidoscopes app called ScopeWorks that we released to the Mac App store.
Duncan C is offline   Reply With Quote
Old 09-10-2010, 07:12 PM   #6 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 3
jobi59uk is on a distinguished road
Default

Thanks for the detailed help. It is much appreciated i will take a look at both aspects you have given.
jobi59uk is offline   Reply With Quote
Reply

Bookmarks

Tags
mysql, php

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: 329
10 members and 319 guests
bignoggins, carlandrews, flamingliquid, hzwegjxg, ilmman, jenniead38, linkmx, mraalex, stanny
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,657
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jenniead38
Powered by vBadvanced CMPS v3.1.0

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