Android Tutorial | Android SDK Development & Programming 1. Messenger Activity in Android This example is a simple messenger...
Showing posts with label Android Development. Show all posts
Showing posts with label Android Development. Show all posts
Tuesday, January 22, 2013
Sunday, December 2, 2012
What is Android ? – A Beginners Guide
What is Android ? – A Beginners Guide What is android ? This is a simple question but the answer is quite complicated. If you go deeper on ...
Saturday, November 24, 2012
Build a Twitter Search App for Android: Project Setup
This two-part tutorial series will introduce you to the fundamentals of working with RESTful web services using the Android SDK. Along th...
Tuesday, November 13, 2012
Build an ASCII Art Editor: Save and Delete ASCII Pictures
The Android platform offers a wide range of storage options for use within your apps. In this tutorial series, we are going to explore ...
Sunday, November 11, 2012
Playing Audio in Android
In this blog we will be discussing the process of listing audio files from external storage and then play them back using the Android M...
Wednesday, October 31, 2012
Installing the Android SDK on OS X
Android is becoming more and popular amongst developers, the purpose of this tutorial is to show you how to install the Android SDK on your...
Tuesday, October 23, 2012
Build an ASCII Art Editor: Interface Setup
This tutorial series on Creating a Simple ASCII Art Editor is in four parts: Building the User Interface Image Export and User Configu...
Thursday, October 18, 2012
Creating Android Services with C#
Creating Android Services with C# One of the great things about Mono is that it lets you use tools like C# and the .NET Framework t...
Wednesday, October 17, 2012
Getting Started with XML Layouts in Android SDK
This tutorial will teach you the fundamentals of building Android interface layouts with XML. Read on! When you're getting started wi...
Thursday, September 20, 2012
Android Sample Apps
The Android SDK includes many sample apps that can help you learn Android by inspecting how different APIs are used to build a mobile app...
Create a dynamic shelfview in Android?
As you know, Android doesn't support ListView with horizontal view feature. There is some way for make it such asgallery or TableLayo...
Touch handling in Android
There is already a lot of information available about touch and multi-touch on Android. Consequently, I don't have the illusion to be...
Beginning Android Application Development - Hello, Android!
Here is my first Android Application Development Tutorial. Since it's my first tutorial, I just want to show you how to begin deveopm...
Android Tutorial - How To Make A Simple Phone Call Application
Welcome to my Android tutorial. This time, I'd like to show you how to make a simple phone call application. Is that important? Yes, ...
Monday, September 10, 2012
Android Virtual Device Creation
A fundamental part of creating Android applications is running and testing them. Testing your code and app implementation on real devices...
How to Build an RSS Reader with jQuery Mobile
Today, we'll dive into jQuery Mobile, which, at the time of this writing, is in a RC1 state. We'll build a simpleTuts+ RSS reader...
Saturday, September 8, 2012
Android Development Resources and Articles
1. Options Menu in Android Development The project describes How to implement option menu into your application. Option menu is the prima...
Thursday, September 6, 2012
Handling screen layout changes in Android
Handling screen layout programmatically, locking the screen layout, controlling the activity lifecycle when the device layout changes are...
Tuesday, September 4, 2012
Android Tutorial Series
Android, an open source operating system for mobiles devices (smartphone and tablet), led by Google. The Android SDK provides a set of to...
Monday, September 3, 2012
Android Development Resources and Articles
1. Object Animation Example in Android This example how we can use multiple animation properties in android. Algorithm: 1.) Create a new ...