As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn iphone programming.How can I learn please suggest some links or some books that I can start iphone programming.
There is an apple document "My First iphone Application". There are some of that turorials written by other people.
This starts with learning Objective-C. In page http://developer.apple.com/library/ios/navigation/ there is on the left side the topic "Getting started". Start there.
How you learn also depeneds on your software developper experience.
I learned it, by reading some hours (about 3) , then coding 2-3 hours, and reading again what I didnt understand. And so on.
You must find yourself the right balance between reading theory and coding.
You need an intel mac for developping: e.g mac mini, if you want to try out your programms on the iphone you need 99$ per year to get a Apple SW developper license.
This is the best place to start off with.. :)
Yeah, I started by watching the iTunes U lectures on iPhone development. Awesome stuff!
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
What is the best way to go about adding a monthly subscription to the Apple Newsstand?
I am currently working with a site which deals with PDF subscriptions through Ubercart and we are now looking to support iPads through the Apple Newsstand. We would like pay as you go and full yearly subscriptions which would allow the user to download any previous issues for free.
How much work would this be? Do you need to make a bespoke app to do this or is there a straight forward way to do it?
The PDF would ideally show just as it is, we don't currently have any need to integrate rich media into it such as some of the more popular subscriptions out there currently do.
This is the best tutorial for the News Stand app
Here is the Link :
http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial/
This is the video from the apple developer site explaining all about how the newsstand works. LINK
You should be able to find all your answers there.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Now am working for iPhone/iPad applications. Am interesting to develop apps for Mac OS X also. I searched some tutorials for developing app for Mac in Google and i need to learn something about Mac apps. Can anyone please suggest me any tutorials, links, blocks to create a simple mac apps? Thanks in advance.
Use apple documentation for mac os library in your xcode..It is the best way to learn developing applications for mac... http://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Sample%20Code
Go through the tutorials at Cocoa Dev Central and you'll be up to speed in no time.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!
If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.
cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Which kind of application would anyone suggest to start working on/developing for a novice BlackBerry who has hardly spent 4-5 days checking out the API's and the simulator.
If you want to write some simple application, you may port small open source game from J2ME. You will not have to think about business logic and resources.
My first BlackBerry application was plain puzzle.
There are several articles about writing fully functional applications:
Creating a Blackberry Game by Toni Westbrook
Thinking BlackBerry - GPS application
CodeProject - End-to-End Real World BlackBerry Application By MiamiCoder
Also I recommend the complete BlackBerry Java Development Environment Labs.
http://supportforums.blackberry.com/t5/Java-Development/Useful-links-for-novice-and-experienced-programmers/td-p/116924
Hello world might be a nice start.
My first BlackBerry Java Application.
A Stack Overflow application! ;^)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
This is my first post here and I wanted to get some input from people doing iPhone development. Other than the Apple DevCenter, where are there good sites to learn iPhone developement?
I know Apple has a tough NDA but there has to be people talking about writing applications for the iPhone.
Pretty impressed with http://www.appsamuck.com/
A new iPhone app is written everyday, and listed on the site with source code and screen shots.
This site covers some of the basics with little regard for the NDA. Start at the bottom and work up.
this is probably a good place to start
http://developer.apple.com/iphone/
Craig Hockenberry (developer of Twitterrific) blogs about iPhone development issues at furbo.org
My friend suggested me this site edumobile which provides you with detailed information on iPhone development it is significantly a useful resource hope this will help you.
Apple now has developer forums, accessible to registered developers: https://devforums.apple.com
In http://www.raywenderlich.com/tutorials you will find a lots of good tutorials, and you will be up to date with new iOS features as soon as Apple release then.