android

TwitterFacebook
Get flash to fully experience Pearltrees

Android Development - Bounce Animation | Musings of the Bare Bones Coder

http://www.barebonescoder.com/2010/05/android-development-bounce-animation/ In this brief post I’ll go over how to implement a bare bones bounce animation on some hard-coded text in an Android app. To achieve this effect, we will be using both a translate animation class and a bounce interpolator class, both provided by the Android SDK.

HttpClient Tutorial

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. http://hc.apache.org/httpcomponents-client-ga/tutorial/html/
Welcome to the last installment in the Android multi-touch series ! The purpose of this series is to show you how to develop multi-touch programs for Android-based phones, tablets, and other devices.

How to use Multi-touch in Android 2: Part 6, Implementing the Pinch Zoom Gesture

http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847
http://www.flexjunk.com/2010/05/01/installing-htc-incredible-android-sd-drivers/ In order to debug on your new HTC Incredible smartphone on Windows 7, you need to install USB drivers from Google.

Installing HTC Incredible Android SDK Drivers |

http://code.google.com/p/zxing/wiki/ScanningViaIntent IntentIntegrator The best way to integrate is to use the small library of code we have provided. It correctly handles for you many details, such as setting category, flags, picking the most appropriate app, and most importantly handling the case where Barcode Scanner is not installed:

ScanningViaIntent - zxing - Simple scanning on Android, by calling Barcode Scanner via Intent - Multi-format 1D/2D barcode image processing library with clients for Android, Java

http://code.google.com/p/zxing/ ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode image processing library implemented in Java, with ports to other languages.

zxing - Multi-format 1D/2D barcode image processing library with clients for Android, Java

Android is an Open Source platform for mobile devices. Initiated by Google, Android has received much attention. Android applications are developed using Java, although a special compiler converts class files to a proprietary, register-based virtual machine that is used on Android devices to execute applications. http://xmlvm.org/android/

Android to iPhone

Posted by Rich “geekyouup” Hyndman , inspired by the fact that life just got that little bit easier

Horizontal View Swiping with ViewPager

Android Tutorial: Creating and Using an SD Card in the Emulator - Streamhead

In a previous post , I mentioned how user-friendly Android is for developers. There’s extensive documentation and information on the architecture, the different components and best practices.

NumberPicker

Measure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents. CONTRACT: When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view.

Wheel UI contol

Have you ever seen the iPhone date time picker?