Top "Android-2.2-froyo" questions

Android 2.2 is a platform release including user features, developer features, API changes, and bug fixes.

Programmatically starting the 'Add Account' activity in Android 2.2

I've been experimenting with the Android SDK over the past few days, in readiness to write an App for the …

android authentication android-intent android-2.2-froyo
Double click event in android

How to implement double click event in android without using gesturedetector?

android android-2.2-froyo
Which Android API to use?

I'm planning on developing Android Apps. I downloaded the SDK and AVD manager, and about to download the SDK platforms. …

android-2.2-froyo android
Android ProgressBar: loading with Timer

Update: This post was from when I was learning android with android 2.2, be sure to check if this is compatible …

android android-2.2-froyo
AlertDialog or Custom Dialog

I'm developing an Android 2.2 application. I want to show a text with an Ok button but I want to add …

android dialog android-alertdialog android-2.2-froyo
Android: R.drawable not showing my image?

In my android 2.2 app, I've added my image to the res/drawable-mdpi folder. However, I cannot seem to access it …

android android-2.2-froyo
How do I pause Flash content in an Android WebView when my activity isn't visible?

I am experimenting with using a WebView to display Flash content inside my activity. Everything is working pretty well, but …

android android-webview android-2.2-froyo
Change WebView font using CSS; font file in asset folder. (problem)

I want to change WebView font. There are 2 files in "assets" folder. They are: assets/fonts/DejaVuSans.ttf and assets/…

android font-face android-2.2-froyo
Start / stop built-in Wi-Fi / USB tethering from code?

How can I start or stop the built-in tethering in Android 2.2 from my application?

android wifi android-2.2-froyo
Drawable vs. Bitmap

I am writing a real-time game for Android, and after looking at some code from the samples provided in the …

android mobile android-drawable android-bitmap android-2.2-froyo