Interest in developing iOS apps

My son and I have developed an interest in learning to develop apps for iOS, Android, etc. We have been reading and looking into Adobe products because of my sons knowledge of Actionscript. What would be your recommendations to getting started and also what software to focus on and learn?
Software of Interest, but really unsure of what software works and does what to develop apps.
AIR
Flash Builder 4.5
Flash Pro CS5.5
~ Scott

hi
you can use flash pro to build apps but flash builder is much better suited to the task; it has better tooling/wizards for building mobile apps and its geared towards the developer rather than the designer (as with flash pro)
as for getting started, there's plenty of content at http://www.adobe.com/devnet/devices.html

Similar Messages

  • I bought macbook pro used one because i wanna start to develop ios apps and i need Mavericks if it is a possible my mac is 10.6 please help me apple

    i bought macbook pro used one because i wanna start to develop ios apps and i need Mavericks if it is a possible my mac is 10.6 please help me apple
    Model Name: MacBook Pro
      Model Identifier: MacBookPro5,5
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.26 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 3 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: MBP55.00AC.B03
      SMC Version (system): 1.47f2
      Serial Number (system): W8******66D
      Hardware UUID: *****
      Sudden Motion Sensor:
      State: Enabled
    <Edited By Host>

    Back up your data, check your applications for compatibility, and download Yosemite from the Mac App Store.
    (121877)

  • Which product should i use to develop iOS apps ?

    Hello, my name is Michael and i'm 10 years old. I got a new iMac for my birthday and thinking about developing iOS apps. Can you please tell me an honest program since there is so many scams out there. I have tried programs such as GameSalad and Corona, but you have to share your profits with GameSalad. And Corona won't let you develop apps unless you pay the 200 $\mth fee.
    Sincerely,
    your friend Michael.

    You must be at least 18 to submit apps to the App Store.
    if your dad (or another responsible adult) will sign up for a paid developer account and accept responsiblity for said account (and employ you as an 'employee'), then you could have your apps submitted to the App Store.

  • Start Developing iOS Apps Today tutorial Edit button instead of Add button

    In the Start Developing iOS Apps Today tutorial, I followed the instructions but after adding data (the final part), instead of seeing the + symbol, which should take me to the add item view, I saw the word edit, which took me to a screen where I could delete items.
    The instructions say:
    The actual code for viewDidLoad includes some additional lines—inserted by Xcode when it created XYZListViewController—that are commented out. Feel free to leave them in.
    Referring to the following code in XYZToDoListTableViewController:
    // Uncomment the following line to preserve selection between presentations.
    self.clearsSelectionOnViewWillAppear = NO; 
    // Uncomment the following line to display an Edit button in the navigation bar for this view controller.
    self.navigationItem.rightBarButtonItem = self.editButtonItem;
    As it turns out, the bottom line overrides the add button with an edit button. The good news is that by changing rightBarButtonItem to leftBarButtonItem, the add symbol reappears, and the Edit button is moved to the other side.

    make sure u wrote the method in XYZToDoListViewController.m rather than XYZAddToDoItemViewController.m

  • What is the best book on developing ios apps?

    I'm a beginner looking to develop ios apps. Can someone recommend a good beginner book?

    The answer really depends upon your previous development experience, if any. If you're new to programming, or don't have any experience with C, I'd start with "Learn C on the Mac" by Dave Mark. Here it is at Safari Books Online:
    http://my.safaribooksonline.com/book/programming/c/9781430218098
    This has nothing to do with iOS, but it will lay the foundations for learning Objective-C, for which Stephen Kochan's "Programming in Objective-C" is always highly recommended. The 3rd edition just came out recently (June 2011):
    http://techbus.safaribooksonline.com/book/programming/objective-c/9780321712172
    Again, not iOS specific, but this gives you a solid foundation in the languages. I still haven't decided what is the best book for iOS app development in particular, but my favorite so far is Craig Hockenberry's "iPhone App Development: The Missing Manual":
    http://my.safaribooksonline.com/9780596809997?portal=oreilly&cid=orm-cat-readnow -9780596809997
    Hockenberry's book might be all you need if you have some C and/or Objective-C experience. And it's a good guide, in any case, in that it covers iPhone app development from start to finish, including such things as signing up for a develper account, setting up your iPhone so you can test your apps on it, and submitting your apps to the app store.

  • Can i develop iOS apps on Yosemite 10.10?

    Hi,
    I am new to the Apple world and would like suggestions from developers. I purchased an Obj-C book and currently studying it.
    What is the best OS X to develop iOS apps?
    Thanks

    Here is your complete first post:
    Thank you for your reply.
    A new question just crossed my mind regarding versions if you don't mind.
    I need you to draw a chart of OS X, Xcode and iOS versions when it comes to app development. That's important to know in order to avoid compatibility issues. For example, OS X 10.8 and Xcode version X, support iOS X .. OS X 10.9 and Xcode version Y, support iOS Y.. and so on. Also want to know if apps developed in older Xcode can run on newer iOS and vice versa.
    Can you draw this chart for me?
    Thanks a lot

  • Can the Macbook Air model MD760HN/B be used for developing iOS apps?

    Hi,
    I'm planning to learn iOS Apps Development and I am planning to buy the Macbook Air Model - MD760HN/B.
    My question is - Is this model fit enough to develop apps using XCode?
    The retailer says the OS is Mac OS X Mavericks, there is no version written.
    I am planning to develop using Swift Language so let me know if this is possible as well using the above stated Model Number.
    Yes, I have created an Apple Developer Account already as an iOS Developer.
    Looking forward for your valuable replies.
    I hope Mac is better than Windows (using since Windows 95) - (Hate Windows 8)
    Thanks in advance.
    Samiruddin

    This sounds to me like the MacBook Air mid-2013 model with a 13" display and core i5 processor built for sale in India.
    Yes, this should be fine for writing Swift code.
    The current Apple operating system is OS X Mavericks version 10.9.5.  If your computer comes with Mavericks installed, you can always update to the current version by opening the App Store and clicking "Updates" near the top right.

  • Wanting to develop iOS app on Azure for sharing recorded audio stories/narratives

    I'm about to start developing an app for iPhone (and eventually Android) that should allow users to:
    -record audio narratives
    -upload those audio narratives to azure
    -browse and listen to the audio narratives that others users have uploaded
    -I really want to be able to stream these narratives for playback instead of just downloading or doing a progressive download
    I've been trying to use Azure and its media services to achieve this, but I really haven't found any good documentation for audio streaming, especially with iOS/objective-c.  There seems to be a lot on video streaming, but nothing on audio.
     I'm not an inexperienced developer, but I have never messed with media streaming, and I am fairly new to iOS.  Any suggestions? Is Azure the right way to go? Do I really need to stream or would progressive download really be good
    enough in my case? Would I be able to get far enough using the video streaming tutorials? (ie, is the code for streaming video and audio pretty much the same?) Are there any other third party services or APIs that would work well to accomplish
    this in conjunction with Azure? Any other insights or links to documentation would be great.  The only real constraint is that we want to do this on iOS first (vs switching to Android or other platform, though eventually we do want to expand
    to other platforms).  Thank you!

    Unfortunately, the burden is on the app developers to make their stuff fit with the iOS, not on Apple to accommodate them. Uninstalling and reinstalling is probably your only fix. And if their app isn't compatible with iOS7, then you may be needing to look for a new app.
    I'd just go ahead and delete it and reinstall it. Chances are that file either isn't there or is corrupt and won't work anyway.

  • Develop IOS apps

    Hi All ,
    Which product of mac is good for IOS apps developed for beginner and which software is needed for it ?
    Please help me on this question.
    thanks a lot !!!

    Thanks for taking the time to respond! I kinda guessed so, but it's not easy to find out exactly what platforms make good development boxes... I'll keep looking anyway, and if I can find a formal (Apple Blessed) document, I'll try and post it here.
    Thanks again.

  • Developing iOS apps with Flash Guide.

    Hello,
    Does anybody know any good guide or tutorial for build iOS apps in flash?
    I had done an application which is in "Waiting for review", but I made it lineal, without packages or clases, because I don't know them, so i used pure ActionScript in a single FLA.
    I don't know what people can say when they mention AIR ... I don't have that? (or I do)?)
    I need to make an app that is basically a book, so I need smooth paging and scrolling technique
    Sorry if it's too much, any help will be apreciatte
    Best Regards

    See Xcode Versions ~ iOS - As of 4.29.12

  • Developing iOS apps with Snow Leopard

    Hello, folks.
    I'd like to get into iOS development.  I'm running on my trusty first-generation Macbook Pro with a Core Duo processor, so I can't upgrade to 10.7.  Is it prudent for me to begin development with a prior version of Xcode that would work with Snow Leopard?  I can't pull off a new Mac right now, but I want to make sure I'm not handicapping myself by beginning a version back.
    Thanks for the guidance on this.
    Zayd

    See Xcode Versions ~ iOS - As of 4.29.12

  • Can I develop an iOS app that can download multiple free iBooks that I publish and make them available within the iBooks app?

    Is it possible for a self-developed iOS app to download iBooks from our server and make the books available to the iBooks app?
    My organization is evaluating publishing some free training manuals / textbooks as iBooks made with Apple's "iBooks Author" software. We don't necessarily want to use the iTunes Store for distribution because of the semi-sensitive nature of the content. To distribute the books to users with iPads, we've thought of using MDM software, a webpage, or an iOS app. The reasoning behind an iOS app is that the app would be a "download manager", making it much easier for a user to download all 42 books all at once. A user would install our "free training manual download manager" iOS app and use it to authenticate to a our server app that would serve the books, the end result being the books available via the iBooks app.
    Thanks,
    Ted

    Hi Kappy,
    Actually Apple lets self-publishers distribute iBooks outside of the iTunes Store, as long as the iBooks are free (no cost to user).
    What I'm wondering is if it's possible for a custom iOS app to side-load iBooks so that they're available to a user within the iBooks app.
    If not, we'll either post the iBooks for download from our website or we'll use MDM software to push the iBooks to MDM-enrolled iPads.
    Ted

  • IOS developers program on how to develop an app?

    Hey guys!
    I just wanted to know will apple teach us how to develop app by giving online tutorials on how to use X-code and how to do the coding and all other things??

    Learning to program and then becoming familiar with xcode and objective-C is a long road to travel.  If you google for xcode tutorials and objective-c tutorials, you might find some.  Also, books is another way become familiar with programming for iOS and OSX.  Go to Amazon and search for xcode 4 and for objective-c and Cocoa programming - look for the books with high ratings.
    For example, one of the links at the right lead to the following helpful post:
    The three best places to start;
    Read through them in the order listed.
    Apple iOS Developer Library / This includes Frank Caggiano's sugjestion of Start Developing iOS Apps Today.
    http://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topi c=Getting%20Started
    Apples, Programming with Objective-C
    http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/Programmi ngWithObjectiveC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011210
    Programming in Objective-C, By Stephen G. Kochan / I read through a tone of books until I found this one.
    http://www.informit.com/store/programming-in-objective-c-9780321887283

  • How to use Kerberos in IOS app?

    Hi I am a starter in developing IOS apps. I just completed my app and th eonly part missing i sKERBEROS authentication. I am new and i don know anything about implementing and integrating in my application. I just heard that i need to include GSS.framework that supports Kerberos. So please guide mw to proceed in the successful way pals.

    This is a user-to-user consumer forum. Use the developer forums for your question. People there will be able to help you.
    https://devforums.apple.com/

  • Developing mobile apps for the blackberry platform

    Hello all
    I'm interested in developing mobile apps for the Blackberry smartphone and read that the best way to do it is with Java. Any advice on how to do this?
    I would be starting from scratch as I don't have a programming background but am keen to learn. Also can anyone recommend any introductory books that are really good at learning Java?
    Many Thanks
    praetor

    Hi praetor,
    welcome to the SDN.
    Programming for a mobile device is sort of advanced and you need to know the basics first. As you have no programming background this is even more important.
    Do yourself a favor and forget about the blackberry for a few months and learn programming basics first.
    Here are a few links to get you started with the Java SE (Standard Edition, for your local PC, nothing fancy):
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

Maybe you are looking for

  • Trusted Authentication on Windows 2008 64 bit

    Has any one got Trusted Authenctication working on Windows 2008 server?  We are having issues with making it to work.  We followed the documentation on the SAP web site but are still not able to make it work.  In particular the ISAPI redirector is no

  • How to send more than one email while creating Order

    Hi, after upgrade from 4.5 to 4.7 we have following problem. In 4.5 in XK03 t-code we could enter for our vendors more than one email address (divided by ";" sign). In 4.7 it is impossible. When we create Purchase Order, the output of the created doc

  • Where are my shownotes in iTunes

    For some reason my shohwnotes of my own podcast don´t show up in iTunes library - or on iPods. I know they are there - they come up on the subsciption page. Strangely enough it has happened before, that my shownotes were gone - they showed up again,

  • Source Window play sound in sync with Timeline.

    When I originally opened the source of my Audio in Premier Pro CS5.5 the sound in the Source Window would play in sync with the Timeline. I clicked on the audio to try to zoom in closer - which I'm not sure how to do; any guidance appreciated as I'm

  • Superb 1080p rental quality on ATV 3

    Just rented and watched Hugo in 1080p on the new ATV 3, and I'm so impressed with the quality. Really smooth and detailed video, fantastic colour and great audio as well. It's not as good as the best Bluray output but it's not that far away and it wa