»
S
I
D
E
B
A
R
«
Apple Releases New iPad
Jan 28th, 2010 by Anish Kumar

Apple has released iPad, its new tablet computer, which is the size of a standard children’s slate and does not have a keyboard or mouse, but relies on a touch-screen.

Apple iPad

Apple iPad

Steve Jobs claims it will offer the best browsing experience you can have, like “holding the Internet in your hands.” The iPad appears to be answer to netbooks, but combines the best of all iPhone and earlier Apple products. Read the rest of this entry »

Error: “CGGStackRestore: gstack underflow”
Nov 2nd, 2009 by Anish Kumar

Today while I was working with some CoreGraphics API’s, I encountered a error which I was seeing it for the first time. CG for dumping an error “CGGStackRestore: gstack underflow” in the console everytime I invoked a method that was doing some CG based operations. Googling around I found that in CoreGraphics, you can save (CGContextSaveGState) and restore (CGContextRestoreGState) the graphics state. When the  state is saved, a copy is put on the graphics state’s “stack”, and when it is restored, the top state on the stack is removed and used. If we restore the state more times than we save it and then when we try to remove and use the top item of the stack, the stack is empty, causing a stack “underflow” error. So just make sure you have enough save-restore state methods called and it will fix the issue.

CGGStackRestore

CGGStackRestore

Coming Soon: Develop Native iPhone Application Using Actionscript
Oct 20th, 2009 by Anish Kumar

With Flash Professional CS5, we can now build applications for iPhone and iPod touch using ActionScript 3. These applications can be delivered to iPhone and iPod touch users through the Apple App Store. A public beta of Flash Professional CS5 with prerelease support for building applications for iPhone is planned for later this year. At MAX 2009, Adobe showed a number of applications and games for iPhone that have been built using a prerelease version of Flash Professional CS5. The tooling update allows developers to use Flash technologies to develop content for iPhone and iPod touch. Developers can write new code or reuse existing web content to build applications for iPhone. Because the source code and assets are reusable across the Flash Platform runtimes,—Adobe AIR and Flash Player—it also gives developers a way to more easily target other mobile and desktop environments.

Read the rest of this entry »

Want To Force Reboot Or Restart Frozen iPod Nano?
Aug 30th, 2009 by Anish Kumar

I learned the hard way that disconnecting my iPod Nano while it was still connect to Mac would freeze it. If you ever face a frozen iPod Nano, you need to toggle the ‘hold’ switch on and off to ‘lock’ then ‘unlock’ the iPod controls, then press the ‘Menu’ and ‘Select’ (centre) buttons for about 10 seconds until the Apple logo appears and your iPod Nano restarts.

Best Practices For Creating Video For iPhone
Aug 26th, 2009 by Anish Kumar

Safari supports audio and video viewing in a webpage on the desktop and iPhone OS. You can use audio and video HTML elements or use the embed element to use the native application for video playback. In either case, you need to ensure that the video you create is optimized for the platform and different bandwidths.

iPhone OS streams movies and audio using HTTP over EDGE, 3G, and Wi-Fi networks. iPhone OS uses a native application to play back video even when video is embedded in your webpages. Video automatically expands to the size of the screen and rotates when the user changes orientation. The controls automatically hide when they are not in use and appear when the user taps the screen. This is the experience the user expects when viewing all video on iPhone OS.

Read the rest of this entry »

iPhone OS 3.0 Bug Leads to Disappearing Photos
Aug 21st, 2009 by Anish Kumar
MISC Directory

MISC Directory

After moving to iPhone OS 3.0, from past few days i have been experiencing a strange bug. The camera photos, images saved from the web, or iPhone screenshots are not showing up in the Camera Roll. The iPhone’s Camera Roll keeps a correct cumulative count, and I have no problem transferring the images files to my MacBook  using iPhoto or Picasa. Read the rest of this entry »

iPhone 3GS Battery Percentage Meter
Jul 28th, 2009 by Anish Kumar
iPhone 3GS Battery Meter

iPhone 3GS Battery Meter

iPhone 3GS now supports showing the battery charge level as a percentage rather than just the icon indicator.  Percentage indicator is really helpful. Most of the times I plug the charger to my macbook when it starts showing the battery level at less than 3%. And with iPhone I usually end up plugging the charger only when it shuts down completely running out of battery.  The 10% battery remaining warning is too early.

Unfortunately Apple has put this new option only in new iPhone 3GS. Its not available for iPhone 3G or the 1st gen iPhone. Apple is so cruel.

I wonder what big pain would it cause to Apple to include that feature in all iPhone models. Apple acts crazy.

iPhone Online Mockup Creator
Jun 11th, 2009 by Anish Kumar

I found this web based iPhone mockup creator.
Nice tool. Supports sharing the design creation with multiple users and collabrate on the mockup….

iPhone 3GS
Jun 9th, 2009 by Anish Kumar

The all new iPhone 3GS has arrived. ‘S’ standing for speed. The internal hardware has undergone lots of changes while still retaining the same good old look externally. The new iPhone 3GS supposedly loads 2.1x faster to launch Messages, 2.4x to load SimCity, 3.6x faster to load an Excel attachment, 2.9x faster to load a large website.

Read the rest of this entry »

App Icons Messed Up With iPhone OS 3.0 Beta 5
May 13th, 2009 by Anish Kumar
Messed Up Icons With iPhone OS 3.0 Beta 5

Messed Up Icons With iPhone OS 3.0 Beta 5

With the latest release of iPhone OS 3.0 seed 5, the icons of the applications are being messed up. This mostly occurs when we install updates to the applications from App store. Few applications will not have any icons altogether, few apps have icons of their neighbouring apps like shown in the figure. iPhone OS 3.0 beta 5 is lot more buggier than beta 4 or beta 3. Also I have observed beta 5 drains the battery very fast. My iPhone lost more than half of its power over night even without performing any tasks while lying idle. Seems Apple has purposefully made beta 5 buggy so that users are forced to move to the final version expected in the WWDC.

On the screenshot we can observe that, PingPongLite application doesnt have icon at all and NewsPro and Bloomberg have same icons.

However on a positive note, if we restart the iPhone, all icons are restored to their original application icons.

Read the rest of this entry »