Articles » Development » Libraries
As it says in the title, here you can find articles about the diferent libraries included in the SDK.
RSS Feed|
Development/Libraries
Author:Fernando Cejas
Introduction
Today I was trying to figure out how to include speech input in my application. So I went to the official android developing website and found an article. My purpouse is to make a summary of it. I hope it could be usefull. We will try...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
I was reading an article about UI patterns, and well...here is my conslusion: an article about UI patterns applied to the official twitter application built by Google developers. In this article I will try tu sumarize the most...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
This article talks about how you can now enable printing to network printers within your own applications using the "Send 2 Printer" application's build-in API.
Send 2 Printer API
This API tries to hook into existing applications...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
Starting from Android 2.0 (API Level 5), the Android platform provides an improved Contacts API for managing and integrating contacts from multiple accounts and from other data sources. To handle overlapping data from multiple...
|
|
Development/Libraries
Author:Fernando Cejas
An introduction to Text-To-Speech in Android
There is a new feature since version 1.6 of the Android platform: Text-To-Speech (TTS). Also known as "speech synthesis", TTS enables your Android device to "speak" text of different languages.
Before...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
SDK Version: M3 So the other day, I was asked to check out how we could use soap on Android, preferably with ksoap2 for android, and a public SOAP Web Service. For the latter the TopGoalScorers web service was chosen.
Parsing...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
This document outlines the capabilities and limitations of the Webkit canvas component in Android called WebView. Webkit is the open source browser engine that’s used in Apple’s Safari.
Limitations
As of M5 SDK, the...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
SDK Version: M3
Lately we have been doing all kinds of demo projects, and tests, where we did not want to use constant data to present our products. Having a demo of your application is only nice, if it has relevant data in it....
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
With the addition of custom variables to the Mobile Analytics SDK for Android, it strikes me as a good time to cover something many of you might not have known was possible — using Google Analytics to easily track app usage. Using...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
I’ve been working with various object encoding schemes to get information transferred over the network between services and mobile apps running on Android and BlackBerry. On Android, I figured I would try using Java object...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
From few weeks, I have been fighting to get the C2DM (Cloud to Device Messaging) working. And with somewhat frustration and a lot of help from good people out there, I got it working ! :)
In this article I describe my findings...
|
|
Development/Libraries
Author:Fernando Cejas
Introduction
The goal of this article is to get Facebook integration up & running from your Android app in 30 minutes. The guide will show you how to
setup a Faceook test account
register a Facebook application
authenticate the user in...
|