This is part of an ELC Tech Network

iCodeBlog Vote: What Are Some New Tutorials You Would Like To See

It’s voting time again on iCodeBlog.  We have learned quite a bit about programming for the iPhone over the last year or so and would love to share that knowledge with you.  I was trying to think of my next tutorial to post and then I had a thought to let the readers decide.

I know you guys are all in the middle of the next iFart project and just need a little guidance on something to finish it up.  Well, now you have your chance to get advice on what you want to learn.  Let us know what type of tutorial you would like to see appear on iCodeBlog by voting below. In addition to casting your vote, leave you suggestion in the comments section of this post.

After some time (few days or so), I will look at the votes as well as the comments and come up with some new tutorials based on them. I already have a guess as to what will win, but this ought to be fun! Happy voting!

Advertisement

This entry was posted in Uncategorized. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

38 Comments

  1. Posted June 15, 2009 at 9:57 am | Permalink

    I’d love to see something on MKMapView, and in particular the means to overlay custom annotations on it, whether by drawing with Quartz Composer or some other means.

  2. Ricky
    Posted June 15, 2009 at 10:25 am | Permalink

    I’d love to start seeing some tutorials on Open GL ES.

  3. Fu3lRac3r
    Posted June 15, 2009 at 10:48 am | Permalink

    I have been working with Cocos2D for a few days now and love the simplicity compared to learning Open GL ES. It would be great to see a tutorial set on creating a game in Cocos and possibly more interesting for yourself.

  4. Chris
    Posted June 15, 2009 at 11:52 am | Permalink

    MKMapView example with repositioning the current location when it changes. I have seen some examples where people are using a CoreLocation instance, but since MKMapView does this sort of thing for you, there has to be a way to have the map move to the current location. Right?

  5. Manpreet
    Posted June 15, 2009 at 12:35 pm | Permalink

    Undoubtedly, an extensive coverage of the new features of OpenGL ES 2.0 like multitexturing, vertex shading, bump mapping, lightmaps.

    Not only are these new and not well known on the iPhone platform, but they are going to be extensively used for high quality 3D games.

  6. Manpreet
    Posted June 15, 2009 at 12:36 pm | Permalink

    Also, tutorials on Bonjour will be well received I think.

  7. lil
    Posted June 15, 2009 at 1:40 pm | Permalink

    Hiya Brandon, first off thx for the great tutorials! Would it be possible to make a tutorial on how to create an image slideshow that launches from a button/image click? Basically like the ones you see in the app store when launched from the iPhone/Touch, where it has the top/bot nav bar that dissappears and has the image count,arrows and swipe functionality.

  8. Wayne
    Posted June 15, 2009 at 1:49 pm | Permalink

    I would love to see some tutorials about advanced uses of MkMapView with custom layers on it, custom annotations with animations. It would also be nice some tutorials about how to make our own UIView controlers from scracth or subclass the current ones, like UINavigationController.

    Many thanks!

  9. Posted June 15, 2009 at 1:58 pm | Permalink

    I’m building an iPhone app that pulls data from my website and displays it in a tableview and you can click on the cells for more details, save the item as a favorite, etc. Everything works, but I’m having issues with a few leaks and concurrency and having handling larger image downloads so the app is usable on bad cell connections… Any help in these areas would be MUCH appreciated! :D Thanks for running this site. :)

  10. Brandon
    Posted June 15, 2009 at 8:22 pm | Permalink

    CoreData would be great – specifically multiple views/controllers (like a drill down tableview with an add thrown in there).

    For example maybe update your to-do example for core data…

  11. Posted June 16, 2009 at 12:31 am | Permalink

    When the user quits the app, then reopens it, it leaves off where the user just was. I have a View Based App with a Toolbar at the bottom with Previous and Next buttons all hooked up. It would be great if when the user reopened the app, they saw the same textView that they did when they quit.

  12. Sam
    Posted June 16, 2009 at 1:23 am | Permalink

    Game tutorial in OpenGL ES would be awesome (especially one that goes beyond simple drawing and more into incorporating movement, collision detection, etc.)

  13. Posted June 16, 2009 at 10:53 am | Permalink

    I’d love to see you adapt the iTennis game into a two player game using wifi / bluetooth / cellular network

  14. Posted June 16, 2009 at 2:26 pm | Permalink

    Well, it would be interesting to modify the bouncing ball app, and learn how to put two balls in there, and when the balls hit, they can bounce off EACHOTHER as well as the bounds of the screen. I think this would be an easy tutorial, and would help us all get the idea of how to make these “objects” interact with eachother….

  15. Micheel
    Posted June 17, 2009 at 2:46 am | Permalink

    How do you do scrolling?

  16. Posted June 17, 2009 at 11:41 am | Permalink

    I totally agree with Fu3lRac3r, I have also started working on cocos2d and I find it very interesting too. It will be very useful if iCodeBlog can come up with a tutorial for an easy game like tic tac toe in cocos2d………..this will cover almost all basics like how to manage scenes and layers. Looking forward for a lot of helping materials from iCodeBlog………Thanking in anticipation.

  17. Bear
    Posted June 17, 2009 at 1:36 pm | Permalink

    hey brandon–
    can’t say how great and detailed your tutorials are!!!
    a tutorial on how to access remote databases (probably sqlite since you already talked about that some) would be great. nsdata and nsurl can be confusing… thanks once again!!!

  18. Pawel
    Posted June 17, 2009 at 5:19 pm | Permalink

    Maybe some information about creating own UI controls?

  19. Posted June 17, 2009 at 9:59 pm | Permalink

    How ’bout how to do in app email, now that 3.0 is out and that API is available…

  20. Zxed
    Posted June 18, 2009 at 12:29 am | Permalink

    A series of tutorials that build a complete product

    Such as an inventory management system
    Covering product data entry: ( covers SQL , webservice, ui)
    Stock level
    Sale
    Simulated cc processing
    Back warehouse shipping with push notification

    Max utilization of IB would be cool… ;)

  21. Chris
    Posted June 18, 2009 at 12:32 am | Permalink

    First, thanks so much for these great tutorials. I really have benefited from them. I would like to see some stuff on the iPhone Navigation components and the tab control along with managing the views between tab controls.

    Keep up the good work!

  22. Marklo
    Posted June 18, 2009 at 4:53 am | Permalink

    Firstly I must say the tutorials are excellent and a big help to a newbie iphone programmer like me.

    I’m finding the whole sound side of the iphone is a bit abstruse. It’s really easy to figure out how to play a single sample or sound using the audio frameworkls, but openAL seems a bit scary and I just can’t seem to figure out how to vary the pitch of a sound in real time at all,

  23. Sean
    Posted June 18, 2009 at 8:49 am | Permalink

    @John Costa

    Apple has a sample app already done for you. It is called MailComposer (http://developer.apple.com/iphone/library/samplecode/MailComposer/index.html)

  24. Sully
    Posted June 19, 2009 at 4:13 am | Permalink

    Your site is a great resource! I would like to see an app where you can drag a (text label) to an other (text label) and drop it, and have it replace the text label.

  25. Brian
    Posted June 19, 2009 at 12:03 pm | Permalink

    As requested by a commenter on your UITab bar tutorial video asked, I’d like to see a follow-up to that video that explains/shows how to successfully hook up controls (even a simple button that changes the text on a label) from the newly added views to the one controller. (“Dave” had trouble, and I’m having extreme difficulty, despite trying for days to make it work)

  26. Posted June 19, 2009 at 11:06 pm | Permalink

    I’d love to see a tutorial explaining how to get a UISearchDisplayController coexisting peacefully with a TableViewController that already knows how to fetch remote results (in a separate thread) and display them (with a custom cell, lazy loading of image icons, etc.).

    I only ever see tutorials that work with local data, but never remote data. I have a TableViewController that can show this remote data, hence I’d like to add the ability to do an outright search – supposedly using the Search Display controller. (Or perhaps I’m really really close and there’s some bit of clever refactoring or code-moving that I’m not seeing yet.)

  27. Jules
    Posted June 22, 2009 at 7:49 am | Permalink

    Definitely a good tutorial on Core Data with more than just 2 entities … (Has_many, has_one, many to many relationships etc etc).

  28. Hamjii
    Posted June 25, 2009 at 7:50 am | Permalink

    Core Data !

    I remember your mentioning that SQLite way is not the
    best way any more since Core Data is included in 3.0.
    I’d highly appreciate if you could elaborate on whys and
    hows ! Many many thanks for these EXCELLENT
    tutorials, by the way.

  29. RahulVyas
    Posted June 27, 2009 at 1:33 am | Permalink

    I’d love to see a tutorial explaining how to get a pagingScrollViewController use.
    i have one example but unable to understand.
    in the example the controller is added to main window but i don’t want to add it there.how do i add this controller to my desired view.
    i want to use it on more than one view.

  30. paul
    Posted June 29, 2009 at 6:51 pm | Permalink

    Can you show us how to pull data from a database on a webserver and display it on a tableview in the iphone app?

    Kinda like your to do list that you save on a website but you can access it on your iphone? I know a ton of people who need help with this!

    Thanks!

  31. Edgard Rodriguez
    Posted June 30, 2009 at 4:43 pm | Permalink

    how to create sub bar that come from hide and be able to save photo and send it

    thanks

  32. praveenm
    Posted July 1, 2009 at 3:08 am | Permalink

    Expecting hacking stuff ( cocoa element internals ).

  33. yvonne
    Posted July 1, 2009 at 9:49 pm | Permalink

    would like to see buliding of calendar in iphone tutorial! (:

  34. Posted July 2, 2009 at 2:57 pm | Permalink

    I can’t seem to get my head around playing mp3 files over http (or mp3 streams) so a good heads up on that would be fantastic!

  35. Posted July 16, 2009 at 9:41 am | Permalink

    I would love to see hardware integration. Especially using bluetooth items, like keyboards or scanners.

  36. Ken Gillespie
    Posted July 16, 2009 at 5:38 pm | Permalink

    A notepad app or a note app like on the iphone would be nice. i’m wondering why no one has done a tutorial. With a notes app as a reference you could write a lot of different apps.

  37. Posted July 17, 2009 at 5:40 pm | Permalink

    I would like some opengl es 3d game tutorials.. i think that would help a bunch of us out

  38. nFieldFlyGuy
    Posted October 6, 2009 at 8:45 am | Permalink

    Hello iCodeBlog…I would like to see a tutorial on how pull some data from an array or dictionary, perform some calculations on the data and return that value and rinse and repeat. I haven’t been able to find a good example of that in source code examples or elsewhere.

    Thanks….Mark

One Trackback

  1. [...] the rest here: iCodeBlog » Blog Archive » iCodeBlog Vote: What Are Some New … Tags: board-model, build-slick, content-management, designer, dreams, flash-action, mariel, [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">