Today, an easy way to use google translate as Text to Speech service.
Do you know this one?
http://www.translate.google.com/translate_tts?tl=it&q=ciao,%20come%20stai?
Continue reading “[ObjectiveC] Text to Speech with Google Translate”
notes from a developer, tutorials, how-to, ideas
Today, an easy way to use google translate as Text to Speech service.
Do you know this one?
http://www.translate.google.com/translate_tts?tl=it&q=ciao,%20come%20stai?
Continue reading “[ObjectiveC] Text to Speech with Google Translate”
Using private Framework, in particular SoftwareUpdateServices.frameworkyou can distinguish between carrier network, in particular, if your connection is 3G or GPRS/EDGE, or WiFi.
Continue reading “[Objective-C] Network type (WIFI, 3G, EDGE/GPRS)”Suppose that we have a ViewController.h and .m like this:
Continue reading “[iOS] Technical Interview possible question – 01”
Do you want to create an UIColor from RGB value?
Here the snipplet:
A differenza di Java ed altri linguaggi, Objective-C non ha un metodo per convertire da decimale a binario e viceversa, o almeno… io non l’ho trovato!
Ecco qui:
Conversione da decimale a binario:
Continue reading “[Objective-c] Conversioni numeriche su iPhone”