Articles » Development » Full Applications
Here you will find full applications examples to understand how to build a complete application.
RSS Feed|
Development/Full Applications
Author:Fernando Cejas
Introduction
I would like to provide you a very very simple example here on how to write your own "Dial Number" application. This example tries to demonstrate the first step on how to dial a number from your application.
Creating the...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
In this tutorial, you will learn how to create and use alternative resource files with an Android application called One Minute Phrasebook. This application displays certain text and graphics based upon the Android system...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
In this tutorial you will learn how to create a fortune crunch full application for Android. If you’re not familiar with Fortune Crunch, it’s an app that displays a fortune cookie and allows the user to tap it to crack it open and...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
First of all this is an article written by Tim Bray:
I can’t possibly do this job unless I get my hands dirty with Android technology, and then keep them that way. To start this process I just wrote a little utility app called...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
The app makes use of the TTS API that comes along with Android 1.6 or higher.
For getting this code to work, you need Android 1.6 platform or higher.
In our application, apart from the main class (speaker) that extends the...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
It would be safe to say that nearly every mobile phone sold in the past decade has SMS messaging capabilities. In fact, SMS messaging is one great killer application for the mobile phone and it has created a steady revenue stream for...
|
|
Development/Full Applications
Author:Fernando Cejas
Introduction
This application demonstrates some of the features and limitations of an Android app. It shows you how to backup your data, explore the file system of your device, activate a heartbeat service to report on location, and even how to...
|