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 02-01-2010, 07:18 PM   #1 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: London UK
Posts: 3
Default Sorry if its been asked a million times already..

Apologies early on. I am sure this thread is on here already but I cannot seem to find it, it just gets advanced immediately. I am only just starting out in the developing Apps stakes and my principal for the app is a fairly simple , low graphic concept. All I want to do is to basically have a bank of about 2000 questions for a specific employment group who have exams in that area. A group of multiple choice questions that people pay for , that then provide the correct answer with accompanying reasoning/legislation for those answers. Yes its law based exams. The odd bit of graphics would not go amiss either. Is there any way on this earth that I could do develop/design the app myself or am I just talking rubbish. I know nothing about app developing or writing code , so I was hoping the SDK side of things might assist me. I am fairly computer literate though

Either way , sorry if this sounds like I am a green newbie who knows nothing , because I am . If anyone can point me in the right direction I would be very appreciative.

Thanks

Steve
SteveNaive is offline   Reply With Quote
Old 02-01-2010, 07:46 PM   #2 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
smasher's Avatar
 
Join Date: Jul 2008
Location: San Mateo, CA (San Fran)
Posts: 3,858
Default

There's nothing in the SDK that you can use if you don't know how to program. If you don't intend to become a programmer then you'll have to find a freelancer that will do the work for you. If you do intend to become a programmer, then check out any of the iPhone books with "beginner" in the title.

Edit: I can't say how much time it takes to learn to program; it's been a while for me. I think it takes a lifetime to be a good programmer, but plenty of software is written by ok or even bad programmers. It's not like learning to change your oil that you could learn in an evening, though.

How long does it take to become a lawyer?
__________________

Free Games!

Last edited by smasher; 02-01-2010 at 10:02 PM.
smasher is offline   Reply With Quote
Old 02-01-2010, 07:49 PM   #3 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: London UK
Posts: 3
Default Thanks , I will go and get a book right away.

Quote:
Originally Posted by smasher View Post
There's nothing in the SDK that you can use if you don't know how to program. If you don't intend to become a programmer then you'll have to find a freelancer that will do the work for you. If you do intend to become a programmer, then check out any of the iPhone books with "beginner" in the title.
Thanks for your help , in your experience , is it something I can pick up quickly and will the extent of what I have proposed be achieveable in less then 30 years of reading.

Its a good idea and I will commence tomorrow.

Cheers

Steve
SteveNaive is offline   Reply With Quote
Old 02-01-2010, 09:05 PM   #4 (permalink)
Registered Member
 
Join Date: May 2009
Posts: 246
Default

Quote:
Originally Posted by SteveNaive View Post
Thanks for your help , in your experience , is it something I can pick up quickly and will the extent of what I have proposed be achieveable in less then 30 years of reading.

Its a good idea and I will commence tomorrow.

Cheers

Steve
30 years! Yeah you'll be an expert by then, if you meant 30 days then no, specially if you don't know any programming, you'll need to read at least three books to learn the basics of iPhone programming. Your best choice is to get someone else to do it.
linkmx is offline   Reply With Quote
Old 02-01-2010, 11:08 PM   #5 (permalink)
Will Work for Food!
 
itzdark's Avatar
 
Join Date: Apr 2009
Posts: 579
Send a message via AIM to itzdark Send a message via MSN to itzdark
Default

Quote:
Originally Posted by SteveNaive View Post
Thanks for your help , in your experience , is it something I can pick up quickly and will the extent of what I have proposed be achieveable in less then 30 years of reading.

Its a good idea and I will commence tomorrow.

Cheers

Steve
Depends on the person really, If math like calculus comes easy to you then you will likely pick up coding really fast. I was always really good at math but absolutely hated it. Then I started coding and found my calling in life.

Quote:
Originally Posted by linkmx View Post
30 years! Yeah you'll be an expert by then, if you meant 30 days then no, specially if you don't know any programming, you'll need to read at least three books to learn the basics of iPhone programming. Your best choice is to get someone else to do it.
Once again, depending on the person i think 30 days of learning is EASILY attainable for the type of app he wants to build. my first two coding languages were vb and objective c. I started learning them concurently and was building a more complex app than he described in less than a month
__________________

Check out my apps

Developers, check out study buddy. I use it everytime I code. It's great for those late night coding sessions.
Unofficial Ad Hoc Distribution Guide || Join my cooperative ad hoc testing group
iSoothe Promotional Video
Contact Me

Last edited by itzdark; 02-01-2010 at 11:11 PM.
itzdark is offline   Reply With Quote
Old 02-02-2010, 01:02 AM   #6 (permalink)
Registered Member
 
tawpie's Avatar
 
Join Date: Jul 2008
Posts: 347
Default

Quote:
Originally Posted by SteveNaive View Post
Apologies early on. I am sure this thread is on here already but I cannot seem to find it, it just gets advanced immediately. I am only just starting out in the developing Apps stakes and my principal for the app is a fairly simple , low graphic concept. All I want to do is to basically have a bank of about 2000 questions for a specific employment group who have exams in that area. A group of multiple choice questions that people pay for , that then provide the correct answer with accompanying reasoning/legislation for those answers. Yes its law based exams. The odd bit of graphics would not go amiss either. Is there any way on this earth that I could do develop/design the app myself or am I just talking rubbish. I know nothing about app developing or writing code , so I was hoping the SDK side of things might assist me. I am fairly computer literate though

Either way , sorry if this sounds like I am a green newbie who knows nothing , because I am . If anyone can point me in the right direction I would be very appreciative.

Thanks

Steve
Steve:

Not to be a spoilsport, but this isn't what one might describe as an "entry level" programming task... if nothing else there's a ton of typing to enter the questions, the correct and misleading answers, and the legislation. AND you'll really want that info in a database of some sort so you can edit and add and change things with some ease. AND you'll want some sort of "design" for the user interface so hopefully you have some art (and photoshop/illustrator) and human interface experience. AND you'll get to learn Objective C and xCode to boot. You'll be one-in-a-million if you can figure all of that out from scratch in 30 24 hour days. Unless you have a passion for programming or suspect you might, I'd bite the bullet and find someone to do this particular job for you.

Cut you teeth on something easier--maybe a tick-tack-toe game. Seriously. You might really like this programming shtick and a simple game will get you deep into how to work with Objective C.
__________________
"Hardware will break. Software comes broken" Unknown
Calc-12E <-- ditch your old calculator.
CPR•Choking <-- Review your training, just in case. (Free)
All of Nature NW <-- scrolls in x and y, with pinch zoom AND scrollable text to boot. It can be done ('taint easy tho)
tawpie is offline   Reply With Quote
Old 02-02-2010, 01:59 AM   #7 (permalink)
Registered Member
 
Join Date: Feb 2010
Location: London UK
Posts: 3
Default

Quote:
Originally Posted by tawpie View Post
Steve:

Not to be a spoilsport, but this isn't what one might describe as an "entry level" programming task... if nothing else there's a ton of typing to enter the questions, the correct and misleading answers, and the legislation. AND you'll really want that info in a database of some sort so you can edit and add and change things with some ease. AND you'll want some sort of "design" for the user interface so hopefully you have some art (and photoshop/illustrator) and human interface experience. AND you'll get to learn Objective C and xCode to boot. You'll be one-in-a-million if you can figure all of that out from scratch in 30 24 hour days. Unless you have a passion for programming or suspect you might, I'd bite the bullet and find someone to do this particular job for you.

Cut you teeth on something easier--maybe a tick-tack-toe game. Seriously. You might really like this programming shtick and a simple game will get you deep into how to work with Objective C.
Thanks all for you comments. I am going to look into both options at present. Try to get my head around programming for the extent of the app that I want to make and also look into how to get a programmer to do it for me . That is also a bit of a minefield trying to find the best one as its not an area I am aquainted with. i.e. - Who to choose , what to base my choice on etc. Its all a learning curve and a steep one by the looks of it .

Thanks all for your responses , if you want to give any other pointers ,like books to read then that would be excellent

Cheers

Steve
SteveNaive is offline   Reply With Quote
Reply

Bookmarks

Tags
experience, help!, started

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: 263
20 members and 243 guests
ADY, AragornSG, Bertrand21, Dani77, Dattee, Duncan C, fkmtc, HDshot, HemiMG, iDifferent, JasonR, macquitzon216, mer10, prchn4christ, Promo Dispenser, Rudy, sacha1996, sneaky, spiderguy84, theone8one
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,231
Posts: 380,768
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

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