iphone
Method invocation with timer – even easier
0 Comments 27th APR 2009 | Posted by Ivan Kalaica in iPhone dev

In my last post I written how to code an method invocation with timer. Since then I’ve found yet even easier way to achieve that. All this updating post’s work is part of growing up with the iPhone development, so don’t be surprised if I add something one more time to the same post.
Read more...Method invocation with timer
2 Comments 17th APR 2009 | Posted by Ivan Kalaica in iPhone dev

Method invocation with timer is something every developer sometime needs. First you make an instance of NSInvocation class and you add invocationWithMethodSignature.
Read more...How to add custom sound effects to iPhone app?
4 Comments 31st MAR 2009 | Posted by Ivan Kalaica in iPhone dev

Here is simple code snippet (class) that enables you to add custom sound effects to iPhone application. As you can see procedure is fairly simple.
Read more...How to use NSUserDefaults to save state of switch?
5 Comments 24th MAR 2009 | Posted by Ivan Kalaica in iPhone dev

If you have an application that should save for example state of a switch and you don’t want use database for that small request you can simply add instance of NSUserDefaults class in your implementation. It is easy job, see below;
Read more...Dose application on iTunes store!
0 Comments 9th MAR 2009 | Posted by Ivan Kalaica in iPhone dev

Beginning from today there is one iPhone app more on iTunes store developed by Surgeworks. Name of this free application is Dose and it’s ordered by Seachem Laboratories. Here is short description that you can also find on iTunes.
Read more...How to launch App Store from my iPhone application?
8 Comments 23rd FEB 2009 | Posted by Ivan Kalaica in iPhone dev

This is easy. Just follow the steps below and you will be over in less then minute.
Read more...Launching application via URL scheme
7 Comments 17th FEB 2009 | Posted by Ivan Kalaica in iPhone dev

Here I will try to explain how to make your application launch another application on the system. There will be a minimal code written for these feature like everything else in Objective C and Cocoa Touch framework. Application that have support for URL’s can be launched with a call to the UIApplication’s openURL:.
Read more...Playing audio while iPhone is locked
2 Comments 23rd JAN 2009 | Posted by Ivan Kalaica in iPhone dev

One more feature that Apple has provided to iDevelopers that is very useful. If you are building something like audio player iphone application and if you want player to play even if iPhone is locked then you must use this code below:
Read more...How to add volume level control in iPhone app?
0 Comments 22nd JAN 2009 | Posted by Ivan Kalaica in iPhone dev

Now, here is something from MediaPlayer framework that we are going to use if we want in most easiest way control level of volume in our application. This is very useful if you are implementing an audio player in your app.
Read more...Web developer’s homebrew
2 Comments 19th JAN 2009 | Posted by Ivan Weiler in Fun

As you can see by our iPhone section, we like gadgets. At least ones that we can modify!
I, for example, am a owner of Nintendo Wii console. During the last few months, in my spare time, i was working on building custom media center network for my home.
Read more...- New Comments
- Weekly Populars
- Tag cloud
- Kenneth Forrest on We are the Facebook, you will be assimilated! :
Facebook has been part of our lives. It is like a medium of the communication between persons who ar... - Kenneth Forrest on PostRank Analytics – When Google Analytics is not enough:
Interesting. I like your post. Thanks for a very informative post. This is something new to me. I ca... - Tihomir Panchev on How to create a new product type in Magento:
Hi Branko... up to here, everything looks fine and finally i found a customizable product. Unfort... - Karu on Add New Reference in Magento:
Great work! keep it up!!!... - mike m on How to use WordPress home page in Magento home page (CMS page):
I have found that this implementation has one enormous problem. Auto generated content does not sho... - Paul on Featured products Magento extension by Inchoo:
Hello, I'm using Magento 1.4.1.0 and am getting the same problem as Carol Blevins had: "Invalid ... - maqish on Consuming the Magento's XMLRPC web service through Android:
I was wondering, i've managed so far to retrieve information from magento and show this in a table u... - Rolando Garro on Escape from EAV the Magento way:
I just found this eav magento explanation http://www.magentocommerce.com/knowledge-base/entry/magent... - Ash on How to add custom renderer for a custom column in Magento grid:
Hi all, wondering someone could help. heres what ive done so far 1. Ive created a new colum... - Toni Anicic on Explaining the Sitemap SEO Myth:
Tomas, SEO best practice: if there is a URL that needs to be indexed and rank for something - link t...

