I want to start learning Xcode,

but im wondering if "Beginning IOS 5 Development" is outdated? Should I wait for "Beginning IOS 6" comes out?

Just so you know, "Beginning iOS 6 Development" is out! Well, almost. You can buy the digital "alpha book" right now, which contains almost everything, and then you'll automatically get the final digital version within the next week.
http://www.apress.com/9781430245124
Or, if you want a paper book, you can pre-order it from Amazon and have it in a couple of weeks.
http://www.amazon.com/Beginning-iOS-Development-Exploring-SDK/dp/1430245123
The old version is fine of course, but the new version covers some new material, matches the latest Xcode (which has really changed quite a bit in a year) and has improvements all over the place.
//jack

Similar Messages

  • I want to program iPhone applications, want to start learning from scratch. Where do I start?

    I have wanted to program for a long time and now I have a mac I want to begin on the wright track. Which language should I start learning and what others will I need in the future? I started learning c++ awhile back but wasn't sure if it was the right language for iPhone development so stopped till I could afford a mac as I couldn't be an iPhone programmer without a mac anyway. Any advice to put me on the right track would be brilliant and much appreciated. Also I heard learning design is a major aspect, when should I learn this or should it just be picked up through learning a language. And I should add I don't want to go to college or university as I am doing this as something ontop of my full time job. Thanks

    iPhone Developer Beginner Resource Guide
    ...and I hope you're still not using 10.4.11 - Snow Leopard is minimum now.

  • Want to start learning Oracle or PL/SQL from scratch.

    Hello All,
    Please guide me as how to start learning PL/SQL and Oracle from scratch.
    Whether I should follow a particular book and go on as given in the book or should I directly take the queries and all and start solving them.
    Thanks in advance...

    Its a good track. For start you should know the PL/sql and sql very well and you can start it like ORacle developer if not directly DBa and then taking kknowledge of administrationand other modules like Backup and REcovery and Performance tuning you can shift to the DBA side.
    job prospects are very good but you need to be very confident and very alert in this job plus llittle clever as well.
    But for now stop thinking so far and just start learning it and start doing it. Doing it means perform every thing practically.
    Regards,
    Navneet

  • Hi i want tp start learning j2ee can anyone suggest any book or site for th

    hi ,
    i am MCA final year student i wana start learning j2ee can anyone suggest any site or book for that.
    i know JSP n wana learn the remaining technologies in j2ee.
    what all does come under j2ee.plzz help.

    Hi Vikas,
    This sun site contains all the information u need to get started in becoming the best J2EE programmer.
    just browse under technologies...> J2EE (Enterprise Edition) there u'll see a lot of tutorials covering the J2EE platform..such as Web Services, portals...jsp, servlets, xml, xsl, JAPX, javabeans..e.t.c too many to mention.
    Also there are other sites that can put u on the run try IBM..it has good resources for J2EE programmers www.ibm.com/developerworks or http://www-106.ibm.com/developerworks/ .
    or simply open up google and type "Learning J2EE" or "Understanding J2EE" and what u'll get will stun you.
    cheers.

  • I want to Start Learning ABAP-HR so can anyone give me Material......

    Hi All,
    I want to learn ABAP-HR, So can anyone provide me the material......
    IT's very Urgent........
    Regards,
    Dhruv Shah

    Hi Dhruv,
    Refer to the following Links
    Tcodes used in HR and their descriptions
    <a href="http://www.sap-img.com/hr011.htm">http://www.sap-img.com/hr011.htm</a>
    Example HR Programs
    <a href="http://www.sapdev.co.uk/hr/hrhome.htm">http://www.sapdev.co.uk/hr/hrhome.htm</a>
    Lokesh
    Pls. reward if the post helps.

  • I want to start learning Java

    I want to learn Java, and write Java codes. I searched through this website for an article which explains what a develepment environment I must have, but couldn't find anything, because it is designed in a too formal manner.
    Can you simply give me a list of software to install to setup myself a Java development system?

    hkBattousai wrote:
    You kept giving me links from this website. I said it is very fomal and %95 of the information is trivia.
    Anyway I found the answer on a third party program's website:
    http://www.jcreator.com/installation.htm
    All I need is
    1) JDK
    2) A Java IDE
    Is this right?Of course, JCreator is a nice IDE for beginners. Also, it is simple to use.

  • Where can I start learning Xcode fundamentals/Objective C?

    I'm trying to get into App development but I don't understand how to use Xcode and I'm looking for some good Objective C tutorials.  Any suggestions?

    I'd start with spending time in the Apple Developers' forum here:
    Developer Forums
    That's where the XCode gurus hang out.

  • Just came from Python; Learning XCode

    So I just started learning Python like half a year ago (And haven't been working very hard at it), but I do learn rather fast.I've already mastered mult-threading, classes/functions and reading and writing data to .txt and .py documents. I don't want to use Python forever though. I want to start using XCode to develop applications for Mac OS X, Windows and iOS using Objective C.
    So I got XCode, started looking through it, and was (Obviously) baffled. Heck, If I just knew where to write my source code and why, I'd be off.
    Note the why. I've been googling it for awhiule, and can find nowhere that tells me what I want to know. I don't want "Follow all these steps and write your code here" because then I won't understand it and will have to come back to a tutorial for every project. So here are my questions:
    1. From what I understand, a .h File is a header file where you put your classes. Is it an Objective C file? Or does it not matter?
    2. And a .m file is a MATLAB file for working with the interface? Could I get a more detailed explanation, and I take it that this is not an Objective C file? Am I supposed to learn two programming languages, or am I missing something?
    3. I really don't understand what a plist is. Is it what compiles all the files into an application?
    4. What is Core Data? What's the difference between Core Data files and a Core Data model?
    5. What is the AppDelegate.h file for?
    6. These storyboards, I take it they're the progression of menus? So like the Openning Menu>Sub Menu>Actual Content?
    7. What do I put in the MasterViewController.h and DetailViewController.h files? Unlike the .m files, they're not self-explanatory.
    8. This .pch file... It's a pre-compiled header? What does that mean and what does it do?
    9. What do I put in the main.m file?
    10. What code is read first? Does the device start with the main.m, or does it start at the top? And what code is read next, all the way to the end? (I'm assuming that .h files won't be included in this since I understand that they're just defining classes, nothing more)
    11. Go get your self a cookie if you read all that and still want to answer.

    The Apple developer site has all this and more:
    https://developer.apple.com/library/mac/#referencelibrary/GettingStarted/Learnin g_Objective-C_A_Primer/_index.html
    .m files have *nothing* to do with MATLAB!

  • Need Best way to start learning Oracle 11g  DBA

    Hi.This is Tejaswi.
    I want to learn Oracle 11g DBA.I've downloaded all software's and Documentation for Orcl 11g R2. Now. i want to start Learning DBA. Can any one suggest me the best way to Start learning DBA?
    Please suggest me the good books For Oracle Architecture and SQL.......

    Hello Tejaswi,
    The advice you got about reading the Oracle Concepts and 2 Day DBA documentation is very good advice.
    I found that knowing some SQL*Plus and SQL Developer was also very helpful as, they both provide a way to interface with the database and try the things you read about. For SQL Plus, I used the book:
    Oracle SQL*Plus: The Definitive Guide, 2nd Edition
    By Jonathan Gennick
    Publisher : O'Reilly
    ISBN : 0-596-00746-9 I openly recommend it. It is easy to read, the book is very well thought out, it covers what you really need to know (and more too). The author explains the subjects very well. I would definitely learn some SQL Plus and SQL developer before getting into the 2 Day DBA document (make those 2 days about 7 days each if not more).
    To learn SQL, I "sort of" used (I say "sort of" because I only read some parts of it available online and at the local bookstore):
    Oracle SQL by Example
    By Alice Rischert
    Publisher: Prentice Hallit probably has more SQL than you'd need as a DBA but, it is an excellent book you may want to consider.
    If you are starting from scratch, as I did, you'll find that you need to learn multiple things at the same time. I believe SQL Plus is the best place to start, along with possibly the Concepts document. That will give you a base to build upon.
    HTH,
    John.

  • How to start learning Weblogic Administration

    Hi,
    I am working as an oracle DBA. I want to start learning Weblogic Administration and troubleshooting too. I am a newbie and for exposure I have installed Weblogic on my laptop.
    I want you to guide me how to proceed learning and getting expertise considering I'm a newbie.
    Any online tutorial? Any good book?
    Regards,

    This (http://middlewaremagic.com/weblogic/?p=7265) presents a step-by-step example that introduces a lot of different aspects for WebLogic Server.
    The links in the post provide extra information in the context of a particular subject.
    An other option is to follow some course (http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D58682GC20&p_org_id=1001&lang=US)

  • Help me figure out where to start learning flex/flash/air/etc.

    Hi all,
    I'm hoping a few generous souls can help figure out where to start learning to use Adobe programming / application tools. I've read through a lot of the info on Flash, Flash Builder, Flash Catalyst, Flex, Flex Builder, Actionscript and Air – and frankly my head is spinning.
    Let me give you some context of what I know, and where I'm trying to get to.
    What I know
    CS4 - Dreamweaver / Photoshop / Illustrator / Fireworks
    Raw html, and some css
    Various macro languages over the years (excel - macro level meta-procedural stuff)
    Basic database experience (mysql, database design)
    Training in procedural languages like Pascal about 100 years ago (ok maybe 20)
    Where I want to go
    Develop online trivia application
    Multiple, simultaneous users
    Polished interface (look and feel wise) - 'flashy' if you will
    Database connections on back end to serve questions and manage users
    At a very basic level it would be similar to those trivia systems you see in bars, like this: http://www.buzztime.com/games.html , but with an educational focus / spin to it.
    When I want to get there
    I realize this isn't going to happen overnight. I'm hoping if I spend 20 hours a week or so I can put something basic together by the end of the summer. This is as much about learning the tools for me as building the app.
    How I need help
    I plan to get a Lynda.com subscription to help me learn the tools. The basic problem is I don't know which tools to learn, in what progression, to accomplish my goals. If I'm never going to use Actionscript or Air I'd rather not learn them. So what I need is 2 pieces of advice
    For the app I described, what tool(s) would you build it in?
    What is a good learning path for those tools?
    Thank you in advance for any advice you can offer, I really appreciate your help!
    Larry

    For creating a web application using Flash, there are broadly two workflows (with different tools to use):
    If you are a designer, you may want to start learning Adobe Flash Professional for a more design oriented feel application development:
    http://www.adobe.com/products/flash/
    You can start learning how to use the tool from here. You would also want to keep checking our developer network for new articles on Flash.
    If you are a developer you would generally find Flex more natural because it allows you to code your application. For this you can use the Adobe opensource Software development kit or Adobe Flash Builder The Flash Builder IDE comes with support for intelligent coding, debugging, and visual design and features powerful testing tools that speed up development and lead to higher performing applications.
    For starting with Flex and Flash Builder, you can check out the 'Flex in a week' videos:
    http://www.adobe.com/devnet/flex/videotraining/
    As you go along the videos you can also check Flex language reference:
    Alternatively, you can also use Adobe Flash Catalyst (still in Beta) to design your application. Catalyst will generate Flex code for you. This code can then be imported in Adobe Flash Builder where you can use Flash Builder Data centric features to connect to a database backend.
    Learn about Flash Catalyst here:
    http://labs.adobe.com/technologies/flashcatalyst/tutorials/

  • How to start learning endeca ?

    Hi All,
    I am new to endeca I am ATG developer now I want to start learning endeca but I dont know how to start the order I dont know which one should I start first(MDEX,PS,T& F,CAS).
    Could you please suggest me the order & what all required ?
    Thanks In Advance

    Hi,
    there is a getting started guide at the link below:
    http://docs.oracle.com/cd/E51272_02/Common.110/pdf/GettingStarted.pdf
    Can you check it out and see if it helps.
    David
    Please mark the answer as helpful or correct if helps.

  • Pointers to start learning XML

    Hi,
    I am an Oracle DBA and want to start learning
    about XML. Can some one please provide me
    helpful pointers to URL/books for learning
    XML. Pls email me at [email protected]
    Thanks
    Himanshu.

    OTN is a good place to start. Browse to the OTN XML Home page:
    http://otn.oracle.com/tech/xml/content.html
    Near the bottom of the page is the "For Those New to XML"
    section. It provides links to help you get started.
    Regards,
    -rh

  • I start learning JSP

    I want to start learning JSP. What server do I need? I use Omni HTTPD for PHP and IIS Win 2000 for ASP - can I use it also for JSP. Where can I download free server (I work on Win 2000)?
    Is there any free JSP host in the net?
    Thank you

    Im in the same boat. Have purchased a book called "Core servlets and JSP". Im working from Win200 Server. Was following the guide which suggested Apache Tomcat as a good stand alone server, but cannot seem to configure it properly. I hav followed the instructions, and was then directed to type in "http://localhost/" in a browser, expecting to see a JSP page, but instead i got a IIS page??? So i assume i have not configured it properly. do i have to do something with IIS?

  • Hi, I just want to start an learn using Elements, I just install Elements 5, But all the films did not start and others adobe films are only in english. Is this the real customer service, have I learn english perfect to get some informations from ADOBE ?

    Hi
    I just want to start and begin to work in Lightroom.
    I just installed the program.
    Now I want to get al lot of Information to understand the program. on this side: http://www.adobe.com/de/products/photoshop-lightroom/features.html
    But teh films did not start.
    On another page all films( other films) are only in english.
    https://helpx.adobe.com/de/lightroom.html
    https://helpx.adobe.com/de/contact.html?step=LTRM_how-tos-troubleshooting_how-tos
    Can this be really true, that I have to learn perfect english to get informations  from ADOBE to get informations about using the program ?
    I need a completly Trainee tomorrow to work soon in the program.
    Is there someone to give me the missing informations ?

    But teh films did not start.
    Those films at http://www.adobe.com/de/products/photoshop-lightroom/features.html worked when I played them. Maybe it's your browser, try a different one.

Maybe you are looking for

  • I have problem with bluetooth headset.

    My bluetooth headset does not work well. and google and wiki.archlinux do not give me a good answer. so I come here, ask you. bluez gnome-bluetooth and other packages related to bluetooth are installed. and gnome-bluetooth can find and connect to my

  • How to fix Activate ipad

    Can you guys fix my ipad for me plz.

  • Do you want to allow the following program from Unknown Publisher - Program Name: CompMgmtLauncher.exe etc

    Dear All, I'm facing some issue in WINDOWS SERVER 2008 R2 on each windows settings its prompting for UAC  like on windows settings (Server Manager, Network Settings, Firewall Settings etc) and in Publisher "Unknown" is showing though its windows sett

  • Iphone keeps searching then appears NO SERVICE

    For the last 3 days my iPhone 4 continues to search for service, then says No Service. Have contacted my network carrier (Orange/EE) and there's no problem with the network and all 4 other members in my house have signal. So why is my iPhone doing th

  • PP - Subcontracting (External Processing)

    Hi Techies, I have a clarification with respect to PP External processing. For external processing in operation we need to create Purchase info records without reference to material and created with reference to material group only. With my current s