Questions tagged [android-2.2-froyo]

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

Android 2.2 (Froyo) is a platform release including user features, developer features, API changes, and bug fixes. For information on developer features and API changes, see the Android developers' page Framework API section.

855 questions
-1
votes
1 answer

Pushing response from Server into Client in android?

i am developing an restaurant menu app in android for Samsung galaxy tab. On my app user will select the food item and user will place an order. The list of items to be served is dispatched to the server through SOAP service. Now as soon as the the…
-1
votes
1 answer

Android 2.2 phones without Adobe Flash support

Where can I get a definitive list of Android 2.2+ phones that don't support Flash? I released an app that uses Flash for some features if installed on Android 2.2+ phones, but found out today from a user that the T-Mobile MyTouch 3G has 2.2 but…
Mark B
  • 183,023
  • 24
  • 297
  • 295
-1
votes
3 answers

Why is my Android Emulator crashing?

I'm developing a application that works on linux. I want to port this to the Android SDK Emulator. But everytime I start the application the emulator crashed with a segmentation fault. Somebody has any clue why a selfmade program that's running on…
Peter Fortuin
  • 5,041
  • 8
  • 41
  • 69
-1
votes
1 answer

Why do apps from Android 2.1 stop working with 2.2?

I've just updated my nexus one to 2.2. Now all of my (own and some from the market) apps throw exceptions and were closed. It's weird, in the app I'm developing atm, there it displays only my start page with buttons, but when I tap on one button to…
poeschlorn
  • 12,230
  • 17
  • 54
  • 65
-1
votes
1 answer

Android Watch Face Setting Up

The code I'm using Hi! I am using the code above for making my own watch face; and for line 127 it tells me that: it cannot define the symbol "bg"! My question: Why am I getting this error? Btw don't know if it's relevant but I'm doing this within…
-1
votes
1 answer

Adding image to my app

What to type in the src box to add an image into an app in android? I was developing my first app and wanted to add images. I double clicked the image button on the screen of the mobile and src box showed up. I know I can not fill the box with url…
-1
votes
1 answer

How to solve the Missing Google could messaging file from exter in android?

I have downloaded a demo project of GSM services. For using it, I need to install a file name Google could messaging but, it is missing from my SDK. How can I add this file to my SDK? New To Android
-1
votes
1 answer

Very custom listview row?

i a have a specific design in my photoshop, but i cant figure out how to make it in android for a table row. As you can see bellow in the picture, i need a list of alarms. So i was thinking to make it as table row for every row same so i can input…
Bartando
  • 719
  • 8
  • 26
-1
votes
2 answers

Is it true that OpenGL VBO should not be used for devices running Android 2.2 (Froyo)?

Is this a joke? I hope it is because I hear VBO is the way to go and I want to use it from now on.
Janin zah
  • 201
  • 2
  • 14
-1
votes
1 answer

though i am using classname.this still getting "The constructor Intent(MySampleFragment, Class) is undefined" error

This is the part of my code where I am getting the error. @Override public void onClick(View v) { Intent i = new Intent(MySampleFragment.this,Alert.class); startActivity(i); }
Sharad Nanda
  • 406
  • 1
  • 15
  • 27
-1
votes
1 answer

How to create swipeable tab view in android 2.2 with different xml views & i want working buttons & imagebuttons on them

I am creating an android application on android version 2.2 froyo.I want to give 3 swipeable tabs on it which basically corresponds to 3 different xml views.Each xml view has 3 buttons and an imagebutton on it.I want all of them to work. Please help…
Sharad Nanda
  • 406
  • 1
  • 15
  • 27
-1
votes
2 answers

android create a class function

how to create a class function and call it on other classes that needs the function? I have this code below, which works okay in a single class. But is there a way to make a function, so I will just replace the source which is the id of EditText. So…
JJJCR
  • 11
  • 8
-1
votes
2 answers

My r.java file is missing

Recently I updated my Eclipse and I found that my r.java file to be missing. I even tried to rename all file in the resource folder to lowercase and cleaned the project . Then even checked the Android version in java build path. Please someone…
user3127791
  • 91
  • 1
  • 3
  • 5
-1
votes
1 answer

Google Map V2 on Android OS 8 (Samsung SGH-T959HABTMB)

I am facing a strange problem i created an android application which uses map when i run it on my Motorola Atrix 2(OS 4.0.3) it works fine but when i run it on Samsung SGH-T959HABTMB (OS 2.0) it does't show any map instead …
Yahya Arshad
  • 1,626
  • 2
  • 19
  • 34
-1
votes
2 answers

what does this error mean and how do I get rid of it?

I have Android SDK installed in two different folders (slightly different versions) two copies of the same project open in both (that is, SDK1 - Project1; SDK2 -> Copy of Project1). SDK1 works fine, but SDK2 shows an error Call requires API level…
user13267
  • 6,871
  • 28
  • 80
  • 138
1 2 3
56
57