|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Today's Posts | Search |
|
BMW 3-Series (E90 E92) Forum
>
anyone ever make an app?
|
|
07-12-2011, 10:16 PM | #1 |
Banned
84
Rep 984
Posts |
anyone ever make an app?
sup guys i registered to be an apple app developer yesterday but have never done anything like this before but i do know computers better then average but my question is have any of you ever made an iphone ipad or itouch app before?
|
07-12-2011, 10:19 PM | #2 |
Vrooom :)
329
Rep 2,597
Posts |
i have sir
__________________
2014 C7 Corvette Stringray - Laguna Blue - NPP Exhaust - Competition Seats
|
Appreciate
0
|
07-12-2011, 10:22 PM | #4 |
Banned
84
Rep 984
Posts |
|
Appreciate
0
|
07-12-2011, 10:31 PM | #6 |
Banned
84
Rep 984
Posts |
well thats what my dilemma is but ive heard of it being done by the average guy. how hard could it be for a simple app but i might be underestimating the scale of this whole thing lol
|
Appreciate
0
|
07-12-2011, 10:33 PM | #7 |
Where my bitches
784
Rep 1,924
Posts
Drives: Cadillac coupe deville
Join Date: Mar 2009
Location: street corner checking profits
|
I have no experience in it, I was just making an assumption that being an app developer would take more than an "average guy", or everyone would do it.
__________________
|
Appreciate
0
|
07-12-2011, 10:34 PM | #8 |
Banned
499
Rep 10,309
Posts
Drives: A///MERICAN!!!
Join Date: Mar 2010
Location: A///MERICA!!!
|
right click, create shortcut. app developer.
|
Appreciate
0
|
07-12-2011, 10:52 PM | #11 | |
Vrooom :)
329
Rep 2,597
Posts |
Quote:
App is a game I made called "Don't Fail!" It really depends what you want to do. To develop for iPhone you need to know objective C, which is rarely used for anything. That being said, if you know C++ then it is relatively easy to learn. They sell some great iPhone books now, I got one and it helped me get started, of course I got to skip the first chapters because I already know how to code. You can also rely to use a engine to making apps as well, and those do not require coding. I made my game for fun while in school and working two jobs, so I did not have time to code, nor did I really want to. I used a game engine called Gamesalad, its a very to use editor, kinda like the editor we use to make post. You click on a smiley, and it will automatically write "smiley", etc. All I had to do was import the images, and everything else was click and test. No coding required. The downside to that is that you do not have as much freedom since you are limited to what the game engine can do, but it is a good start. Made my app in about 1 month.
__________________
2014 C7 Corvette Stringray - Laguna Blue - NPP Exhaust - Competition Seats
|
|
Appreciate
0
|
07-12-2011, 11:10 PM | #12 |
Agent Smith
276
Rep 3,344
Posts
Drives: 2016 i8
Join Date: Jan 2011
Location: The Matrix
|
I've been programming for about 10 years, 6 years professionally, and made 3 apps when the SDK first came out. They have great examples, lots of documentation and Interface Builder makes it very easy to throw an app together, but if you have no programming experience, you probably won't get far.
First off, your app will crash, and you will need to figure out why. The nastier exceptions won't be of much help, and you will just have to dig in and debug it. Interface Builder only takes you so far. Depending on how complex your app is, you will find that you have to start managing the state and view in code. Unless you are copying an example app, this will become your custom code very quickly, and you will need to know how to write it. Lastly, you will need to understand some fundamental programming basics. You will have to deal with class structures and different data types. I think there is a mindset that comes with being a developer about being able to just research and read documentation to figure out what you need to do. If you're passionate and willing to learn, I think you can sit down and do it. You just can't accept defeat after your first issue. As mentioned above, the dev books can be really useful, but most of that info can be found online. I had no experience in Objective-C and made my first two apps without having to write a lot of custom code. During my 3rd one, I decided to step back and read some of the fundamentals and it really changed my approach. I was no longer just following a pattern because it was the way I had always seen it, I was now writing completely from scratch because I knew why it worked that way. Best bet would be to write down a simple goal, maybe something that uses the UITabBarController and UITableView, and have it switch between a couple different views, or have the table push you into a new view when you click a row.
__________________
The i8 needs a V8 amirite?
|
Appreciate
0
|
07-12-2011, 11:35 PM | #13 |
Private First Class
35
Rep 166
Posts |
Here.. You can watch the entire Stanford offering for iPhone/iOs development for free online. It's good, I watched it and had no problems writing an iPhone app for grins afterwards. TONS of amazing free stuff on iTunesU
http://itunes.apple.com/us/itunes-u/...nt/id384233225 http://itunes.apple.com/us/podcast/c...774?i=90218598 |
Appreciate
0
|
07-13-2011, 12:56 AM | #14 | |
Captain
156
Rep 965
Posts |
Quote:
I believe the link is cs50.tv. If you want to take time to start from the ground up you can start with the intro to cs course.
__________________
2011 e92 ///m3 zcp - jzb/fr
ED 6/29/10 |
|
Appreciate
0
|
Bookmarks |
|
|