O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Some of the tenets and techinques used in software engineering can as well be applied to app development. The following excerpt from the recent publication App Inventor will offer some insight.
Here a...
<p>Phone <em>and</em> credit card may soon become phone <em>or</em> credit card thanks to near field communication (NFC). And that's just the beginning — NFC could ...
This excerpt from the O'Reilly publication Developing Android Applications with Flex 4.5 will walk you through building your first AIR on Android application using Adobe Flash Builder 4.5. If you ...
A virtual private network (VPN) is a kind of virtual tunnel that lets authorized people into the network, while blocking everyone else. This excerpt from the O'Reilly publication Motorola Xoom: Th...
The documentation you receive with new hardware and software often leave something to be desired. Sometimes it helps to have another resource. The following O'Reilly publication Motorola Xoom: The...
jQuery Mobile is a touch-optimized web framework for creating apps that look and behave consistently across many devices. The following excerpt from jQuery Mobile explains the page navigation options,...
The future belongs to mobile web apps that function on a broad range of smartphones and tablets. The excerpt below from jQuery Mobile helps you get started with jQuery Mobile, the touch-optimized web ...
The excerpt below from Learning Android offers a look at working with threads in Android. A thread is a sequence of instructions executed in order. Although each CPU can process only one instruction a...
There are two ways to create a user interface (UI) in Android. One is declarative, and the other one is programmatic. They are quite different but often are used together to get the job done. The foll...
The following excerpt from Learning Android will help you understand how activities and the Activity Manager are used for Android programming.An activity is usually a single screen that the user sees ...