Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

April 16 2010

schmidp

Apotheken app launched today!

Get the iPhone Apotheken (Pharmacies) App here: http://www.apoapp.at

February 20 2010

schmidp

Zimt – OpenResearch iPhone Library

We just started our own public iPhone library: http://github.com/openresearch/zimt

For now it includes:

ZTFakeLocationManager

CLLocationManager subclass that can read a list of waypoints from a file and simulate location updates. Meant to be used on simulator for testing. See samples/FakeLocation

ZTWebSocket

Probably the first WebSocket client implementation written in Objective-C

January 11 2010

schmidp

How to get the current iPhone Language Code

We are currently developing an iPhone App which requires localization support and I ran into an issue while trying to get currently set language.

Cocoa Touch has a class called NSLocale which let’s you query the language by writing the following code:

[NSLocale currentLocale] objectForKey:NSLocaleLanguageCode];

At least one would expect so, but it actually gives you the language of the region format you have configured in your settings.

For example:
If you have your iPhone language set to ‘English’, but your region format is set to ‘Germany’, the call will return ‘de’ instead of ‘en’.

What you really should call is:

[[NSLocale preferredLanguages] objectAtIndex:0]

Because this gives you not the language associated with the region, but the language the device is actually configured for.

December 09 2009

schmidp

December 04 2009

schmidp

November 29 2009

schmidp

November 18 2009

schmidp

November 10 2009

schmidp

October 08 2009

schmidp

MeetMe for iPhone released as free Application

We have released MeetMe as a free application.


Screen-shot-2009-10-08-at-3.52.33-PM

Get it on the App Store!

September 19 2009

schmidp

September 17 2009

schmidp

Benzin

Apple has just released our iPhone application Benzin to the App Store!

Benzin is basically a very nice interface to find the nearest and cheapest gas stations in Austria.
We used quite some tricks to speed it up and keep the over thousand gas stations browsable in a fast and convenient manner.

We support the following fuel types (in German): Diesel, Biodiesel, Benzin, Super, Super Plus, Super Ultimate and Erdgas.

Checkout our dedicated site at: http://www.benzinapp.at

Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.