background preloader

MINDSTORMS : Home

MINDSTORMS : Home

Top Page - Petit Computer iDisplay Welcome to RoboMind.net, the new way to learn programming MyContactsBackup Lite for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store Kodu | Home iOS Human Interface Guidelines: Custom Icon and Image Creation Guidelines The Status Bar The status bar displays important information about the device and the current environment (shown below on iPhone). Default (dark) content Light content The status bar: Is transparent When present, always appears at the upper edge of the screen Don’t create a custom status bar. Prevent scrolling content from showing through the status bar. Use a navigation controller to display content. Avoid putting distracting content behind the status bar. Think twice before permanently hiding the status bar. Consider hiding the status bar—and all other app UI—while people are actively viewing full-screen media. Choose a status bar content color that coordinates with your app. When appropriate, display the network activity indicator. Navigation Bar A navigation bar enables navigation through an information hierarchy and, optionally, management of screen contents. A navigation bar: When the user goes to a new level in a navigation hierarchy, two things should happen: Toolbar A toolbar: Tab Bar

Kidsruby.com Open iPhone SDK: Adding Application Badges - O'Reilly Digital Me If you’ve used the iPhone or iPod touch for any time, you’ve likely seen the small red badges that appear over applications on the home screen. These might indicate the number of missed phone calls or unread emails that accumulated since the user last opened Phone or Mail. There are actually two ways to go about badging applications: one, an extremely simple UIApplication call, the other a slightly more involved tunneling into UIKit. To set an application badge from within the program itself, use setApplicationBadge:. Pass it an NSString as its argument, limiting the string size to 4 or 5 characters at most. NSDate *now = [NSDate dateWithTimeIntervalSinceNow:0]; NSString *caldate = [[now dateWithCalendarFormat:@"%b" timeZone:nil] description]; [self setApplicationBadge:caldate]; To remove an application badge, pass the empty string, i.e. @””. The problem with the UIApplication approach is that to use it you must place your requests directly from the application.

swfk-es - Snake Wrangling for Kids (Edición en Español) "Snake Wrangling for Kids" es un libro electrónico para niños de 8 o más años que quieran aprender a programar. Cubre lo básico de la programación utilizando el lenguaje de programación Python 3 como base para aprender los conceptos. La versión original en inglés ha sido escrita por Jason R. Briggs y puede accederse en swfk. La versión en español está realizada a partir de la versión 0.7.7 inglesa que utiliza Python 3. A partir de ella, se han ampliado algunos apartados (indentado y ejercicios), se han introducido diagramas de flujo para explicar las setencias alternativas y los bucles, y se han introducido notas al pie para explicar el significado en español de sentencias y funciones. El libro lo está leyendo actualmente mi hijo de 9 años que me está sirviendo de test sobre la claridad de las explicaciones. Si descargas este libro (sección Downloads) puedes ponerte en contacto con conmigo José Miguel González para comunicar erratas o mejoras posibles. Gracias.

Related: