Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Anyone try making an iPhone application?

Anyone try making an iPhone application?

Scheduled Pinned Locked Moved The Lounge
csharpswiftiosvisual-studiogame-dev
7 Posts 6 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nick Hodapp
    wrote on last edited by
    #1

    I went out this weekend and bought an iMac so I could play with the new iPhone SDK. I've got a simple game up and running already. The learning curve is pretty steep though... XCode is the environment that is used for development. It's no Visual Studio, that's for sure. Anyone else?

    J H A 3 Replies Last reply
    0
    • N Nick Hodapp

      I went out this weekend and bought an iMac so I could play with the new iPhone SDK. I've got a simple game up and running already. The learning curve is pretty steep though... XCode is the environment that is used for development. It's no Visual Studio, that's for sure. Anyone else?

      J Offline
      J Offline
      Jim Crafton
      wrote on last edited by
      #2

      No, but it certainly looks like an intriguing platform. Objective C is pretty cool once you get the hang of it and the framework that's built on top of it is pretty powerful (if a little verbose in terms of method names). Yeah XCode is not that great IMHO. I'd be curious to see what debugging is like. For desktop stuff, at least prior to XCode 3, it was a pretty crappy experience*, especially if you used C++, so I'd be like to see what, if any, improvements have been made here. *I put a large amount of the blame on the blight that is GDB. But that's just me.

      ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

      M S 2 Replies Last reply
      0
      • N Nick Hodapp

        I went out this weekend and bought an iMac so I could play with the new iPhone SDK. I've got a simple game up and running already. The learning curve is pretty steep though... XCode is the environment that is used for development. It's no Visual Studio, that's for sure. Anyone else?

        H Offline
        H Offline
        humbertgim
        wrote on last edited by
        #3

        I have read something about new generation OS for mobile phones. I could say that Android, google OS for future mobiles phones is the next generation OS. It has an SDK, like iPhone, and programming is really pretty under java. I will take a look to iPhone SDK too.

        J 1 Reply Last reply
        0
        • N Nick Hodapp

          I went out this weekend and bought an iMac so I could play with the new iPhone SDK. I've got a simple game up and running already. The learning curve is pretty steep though... XCode is the environment that is used for development. It's no Visual Studio, that's for sure. Anyone else?

          A Offline
          A Offline
          AppStoreDev
          wrote on last edited by
          #4

          For those who are curious about iPhone development using the newly released SDK, I have created a discussion site dedicated to this topic: http://www.appstoredev.com/forum/

          1 Reply Last reply
          0
          • J Jim Crafton

            No, but it certainly looks like an intriguing platform. Objective C is pretty cool once you get the hang of it and the framework that's built on top of it is pretty powerful (if a little verbose in terms of method names). Yeah XCode is not that great IMHO. I'd be curious to see what debugging is like. For desktop stuff, at least prior to XCode 3, it was a pretty crappy experience*, especially if you used C++, so I'd be like to see what, if any, improvements have been made here. *I put a large amount of the blame on the blight that is GDB. But that's just me.

            ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

            M Offline
            M Offline
            Miszou
            wrote on last edited by
            #5

            Jim Crafton wrote:

            *I put a large amount of the blame on the blight that is GDB. But that's just me.

            George Double-U Bush? Off to the soapbox with you! :-D

            Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader

            1 Reply Last reply
            0
            • H humbertgim

              I have read something about new generation OS for mobile phones. I could say that Android, google OS for future mobiles phones is the next generation OS. It has an SDK, like iPhone, and programming is really pretty under java. I will take a look to iPhone SDK too.

              J Offline
              J Offline
              Jim Crafton
              wrote on last edited by
              #6

              Except that Android is kind of a lowest common denominator approach. It's lacking a lot of the cool features, i.e. support for touch input, especially multi touch, support for a directional sensor (i.e. lets you tell which direction the phone, if you tip it/change it's angle, etc). It remains to be seen what you can do with android beyond a pretty bare bones phone, *AND*, at the moment, there is no real world android device that's selling!

              ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

              1 Reply Last reply
              0
              • J Jim Crafton

                No, but it certainly looks like an intriguing platform. Objective C is pretty cool once you get the hang of it and the framework that's built on top of it is pretty powerful (if a little verbose in terms of method names). Yeah XCode is not that great IMHO. I'd be curious to see what debugging is like. For desktop stuff, at least prior to XCode 3, it was a pretty crappy experience*, especially if you used C++, so I'd be like to see what, if any, improvements have been made here. *I put a large amount of the blame on the blight that is GDB. But that's just me.

                ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog

                S Offline
                S Offline
                Stuart Dootson
                wrote on last edited by
                #7

                wrote:

                I put a large amount of the blame on the blight that is GDB. But that's just me.

                No, it's not just you - I had to use GDB...once. I wouldn't mind so much if there was a GDB GUI that was even as good as WinDbg, but nope. I commented on a Tim Bray blog post yesterday, where he was saying that debugging an Apache extension (probably on Solaris, I guess) was really difficult - my response was 'well, if it was built with VS so you could use Windows debugging features, debugging an Apache mod would (I would have thought) be very easy'.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups