background preloader

Dev.

Facebook Twitter

Xcode

AR. Finding iPhone Memory Leaks: A “Leaks” Tool Tutorial. There are plenty of different places to get a mobile application designed.

Finding iPhone Memory Leaks: A “Leaks” Tool Tutorial

The problem is that they’re quite expensive. You might be able to figure out how to create your own, but it will probably look very basic. Instead, a good mobile application development software can make it even easier, so that you can build great looking apps all by yourself. The Mobile design Starter Kit includes all the themes and scenarios you need to build whatever app you want.

There are customizable and standard files that allow you to sell or offer anything you want through the kit. Guest author Owen Goss (Profile) is the creator of the color-matching game Dapple and founder of Streaming Colour Studios, an independent video games studio based out of Toronto, Ontario, Canada. I’ve been using Instruments a lot lately as I approach the end of my game development cycle.

What is a memory leak and why should I care? A memory leak is when your program loses track of a piece of memory that was allocated. iPhone (iOS): How to determine the iOS version and how to test if a class or method is available « onsteamtv.de. iWebKit – Make a quality iPhone Website or Webapp. Building iPhone Apps with HTML, CSS, and JavaScript.

A few things iOS developers ought to know about the ARM architecture « Wandering Coder. When I wrote my Introduction to NEON on iPhone, I considered some knowledge about the iOS devices’ processors as assumed to be known by the reader.

A few things iOS developers ought to know about the ARM architecture « Wandering Coder

However, from some discussions online I have realized some of this knowledge was not universal; my bad. Furthermore these are things I think are useful for iPhone programming in general (not just if you’re interested in NEON), even if you program in high-level Objective-C. You could live without them, but knowing them will make you a better iPhone programmer. The Basics All iOS devices released so far are powered by processors based on the ARM architecture; as you’ll see, this architecture is a bit unlike what you may be used to on the desktop with x86 or even PowerPC. ARM processors are renowned for their small size on the silicon die, low power usage, and of course their performance (within their power class). ARMv7, ARM11, Cortex A8 and A4, oh my! — September 25, 2011 Conditional Execution Thumb Alignment Division “But!” Hey, what’s this? The Most Useful Objective-C Code I’ve Ever Written « Vincent Gable’s Blog. Actually, it’s the most useful code I’ve extended; credit for the core idea goes to Dave Dribin with his Handy NSString Conversion Macro.

The Most Useful Objective-C Code I’ve Ever Written « Vincent Gable’s Blog

LOG_EXPR(x) is a macro that prints out x, no matter what type x is, without having to worry about format-strings (and related crashes from eg. printing a C-string the same way as an NSString). It works on Mac OS X and iOS. Here are some examples, LOG_EXPR(self.window.screen); self.window.screen = <UIScreen: 0x6d20780; bounds = {{0, 0}, {320, 480}}; mode = <UIScreenMode: 0x6d20c50; size = 320.000000 x 480.000000>> LOG_EXPR(self.tabBarController.viewControllers); self.tabBarController.viewControllers = ( “<UINavigationController: 0xcd02e00>”, “<SavingsViewController: 0xcd05c40>”, “<SettingsViewController: 0xcd05e90>” ) Pretty straightforward, really.

LOG_EXPR(self.window.windowLevel);

App Samples

Iphone Web Application Creator - create your web application online. iPad Apps, iPhone Apps, Deals and Discovery at App Shopper - Popular Recent Changes for iOS. Glyphish – Great icons for great iPhone & iPad applications. Iphone Tutorial: Creating a RSS Feed Reader.