Loading

Developing C# Apps for iPhone and iPad using MonoTouch

Developing C# Apps for iPhone and iPad using MonoTouch

Description

Developing # Applications for iPhone and iPad using shows you how to use your existing C# skills to write apps for the iPhone and iPad. Fortunately, there’s MonoTouch, Novell’s library that allows C# developers to write C# code that executes in iOS. Furthermore, MonoTouch allows you to address all the unique functions of the iPhone, , and iPad. And the big plus: You needn’t learn any to master MonoTouch!

Former Microsoft engineer and published app-store developer Bryan Costanich shows you how to use the tools you already know to create native apps in iOS using C# and the .NET Base Class Libraries. The magic is in Novell’s implementation of ’s libraries in MonoTouch. You’ll master the same elegant and rich environment, but without the need to learn a new language.

Developing C# Applications for iPhone and iPad using MonoTouch takes you from your first “Hello, World” example through the major APIs and features of iOS. The coverage is comprehensive and makes use of frequent examples, complete with sample code you can download and reuse to create your own powerful and playful apps. [Read more...]

Incoming search terms:

SQLite 3 with PHP Essential Training with Bill Weinman

SQLite 3 with PHP Essential Training with Bill Weinman

Lynda – 3 with Essential Training with [included Exercise files] | 774
English | WMV | 960×540 | 15 fps | AVC 130 kbps | AAC 128 kbps
Genre: eLearning [Read more...]

Incoming search terms:

Essential SQLAlchemy

Essential SQLAlchemy

Description
Essential introduces a high-level open-source code library that makes it easier for programmers to access relational databases such as , DB2, , , and . SQLAlchemy has become increasingly popular since its release, but it still lacks good offline documentation. This practical book fills the gap, and because a developer wrote it, you get an objective look at SQLAlchemy’s tools rather than an advocate’s description of all the “cool” features.

SQLAlchemy includes both a database server-independent SQL expression language and an object-relational mapper (ORM) that lets you map “plain old Python objects” (POPOs) to database tables without substantially changing your existing Python code. Essential SQLAlchemy demonstrates how to use the library to create a simple database application, walks you through simple queries, and explains how to use SQLAlchemy to connect to multiple databases simultaneously with the same Metadata. You also learn how to:

  • Create custom types to be used in your schema, and when it’s useful to use custom rather than built-in types
  • Run queries, updates, and deletes with SQLAlchemy’s SQL expression language
  • Build an object mapper with SQLAlchemy, and understand the differences between this and active record patterns used in other ORMs [Read more...]

iPhone Programming: The Big Nerd Ranch Guide

iPhone Programming


Based on Big Nerd Ranch’s popular Bootcamp class, : The Big Nerd Ranch Guide leads you through the essential tools and techniques for developing applications for the , , and . In each chapter, you will learn programming concepts and apply them immediately as you build an application or enhance one from a previous chapter. These applications have been carefully designed and tested to teach the associated concepts and to provide practice working with the standard tools Xcode, Interface Builder, and Instruments. The guide’s learn-while-doing approach delivers the practical knowledge and experience you need to design and build real-world applications. Here are some of the topics covered:

  • Dynamic interfaces with animation
  • Using the camera and photo library
  • User location and mapping services
  • Accessing accelerometer data
  • Handling multi-touch gestures
  • Navigation and tabbed applications
  • Tables and creating custom rows
  • Multiple ways of storing and loading data: archiving, Core Data,
  • Communicating with web services
  • ALocalization/Internationalization [Read more...]

The Definitive Guide to SQLite

The Definitive Guide to SQLite

Description
The Definitive Guide to , is your one-stop resource for integrating one of the most advanced and innovative open source database management systems into your projects. SQLite is freely-available and comes with an amazingly small foot print of less than 300 kilobytes for a full-blown implementation. It’s perfect for mobile and other embedded implementations, including the and platforms. It’s also the default database distributed with .

In The Definitive Guide to SQLite, Second Edition, Authors Grant Allen and Mike Owen provide complete coverage of SQLite’s powerful array of features. You’ll learn to use SQLite with PHP, ++, Java, and more. You’ll see how SQLite’s file-based approach can easily handle databases as large as two terabytes. You’ll also enjoy complete coverage of the API, and learn to embed SQLite within mobile applications on the iPhone, and on Android platforms.

  • Demonstrates SQLite’s use in iPhone and Android development.
  • Helps you integrate with popular languages such as PHP, C++, Java, and more.
  • Serves as an excellent tutorial, and ongoing reference. [Read more...]