Category / Mobile development

Two great API’s for your iPhone app!

Featured Image

If you want to ensure best user experience for your app users you just must integrate this two API in your app. First of two is Get Satisfaction iPhone API. …

2

How to check internet connection reachability in wireless local area network?

Featured Image

You think you will find answer on this question here? I am sorry to disappoint but you are not going to find right answer here. Here you will find ways …

7

How to save UIImage into iPhone’s saved photos album?

Featured Image

This is quite simple, infact it is one row code like everything else in iPhone development. Well, not everything is “quite” simple as this but most of stuff is “quite” …

2

How to override UIWebView links request action with your own custom method

Featured Image

If you did not understand from the post title what I am trying to say, here is another explanation. If you have an instance of UIWebView class implemented in your …

5

Interview with Ivan Kalaica

Featured Image

Zec Online Jornal made an interview few weeks ago with our iPhone developer: Ivan Kalaica. The interview covered Ivan’s motivation to work on iPhone projects, our partnership with Surgeworks, our portfolio and many other topics. Recently Ivan started to write a blog in Croatian language about iPhone development: inchoo.hr. His work became recognized in local market and got some media attention.

0

Method invocation with timer – even easier

Featured Image

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 …

0

Method invocation with timer

Featured Image

Method invocation with timer is something every developer sometime needs. First you make an instance of NSInvocation class and you add invocationWithMethodSignature.

2

How to add custom sound effects to iPhone app?

Featured Image

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.

8

How to use NSUserDefaults to save state of switch?

Featured Image

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 …

9

Dose application on iTunes store!

Featured Image

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 …

0