Questions tagged [android-sdk-2.1]

For issues relating to developing with the android SDK, version 2.1 API level 7

Android 2.1 is a minor platform release deployable to Android-powered handsets starting in January 2010. This release includes new API changes and bug fixes. For information on changes, see the Framework API section.

Read More : Android 2.1

178 questions
0
votes
1 answer

Android SDK IDE configuration (cannot highlight all instances of a variable)

In the Android SDK IDE, in the code view, if we bring the typing pointer at the location of a variable, all the other references to that variable gets highlighted, as shown For some reason, this has stopped happening in my computer. It was…
user13267
  • 6,209
  • 22
  • 69
  • 121
0
votes
1 answer

How to make my application support new Locale(s) under old SDK?

I developed an android application And I targeted some old devices (Android SDK 2.1) How I can support languages as (Bulgarian, Danish, Arabic, Hebrew ...) However all the above Locale(s) were only supported since version Android SDK 2.3 And if…
ahmednabil88
  • 13,263
  • 9
  • 45
  • 80
0
votes
1 answer

Performance issue with Android application while loading hundreds of images to the Grid

I have a cataloging application in Android for engineering industry. Over 300 thousand design images have been uploaded into the Android device. Over 200 new images are being synchronized daily to the device. There is a table called CatalogDetail…
Nagesh
  • 1,216
  • 3
  • 20
  • 44
0
votes
1 answer

detecting all the bluetooth devices present in an area including the devices which are already paired

I am willing to generate a list which has the list of all the bluetooth enabled devices in the phone's vicinity. The code which I have discovers the devices which are not paired. Is there a way to retrieve the devices which are also paired (if they…
Dheeraj R
  • 627
  • 8
  • 17
0
votes
1 answer

SensorEventListener hangs on virtual device with 2.1 (API 7) but not on real device, why?

*** ANSWER: As pointed by DeeV, this question was already covered here. I can't figure out how to close this question as DUPLICATE I have been testing with motion detection and I have had good results. But there is one small error that I have…
quinestor
  • 1,394
  • 4
  • 17
  • 40
0
votes
2 answers

youtube data on android forceclose

I am trying to hook up the youtube api for an android app, i downloaded all the required jars and started to follow the examples at https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos. I tried putting…
Christian
  • 952
  • 5
  • 23
  • 51
0
votes
1 answer

SQLiteException: near "''" in Android 2.1

I encountered and FC on my app when testing on Android 2.1 device. This happens in this query when I want to match PRODUCER_ID to an empty string. managedQuery(CONTENT_URI, new String[]{Constants.NAME, Constants.PRODUCER_ID}, Constants.PRODUCER_ID +…
Adrian
  • 334
  • 5
  • 7
-1
votes
1 answer

How to use alternative name for certain directory in windows?

I want to know how can I use another name for user name in windows. I have white space in my user name and I already have many software installed with that directory. Now i am setting up Android sdk and it says there could be problem because of…
Deepak sharma
  • 67
  • 1
  • 6
-1
votes
1 answer

What target environment should I use to compile android Camera app code?

I am a .NEt developer but recently i am having to deal with some android /java code. I downloaded Android OS's camera app source code from following location: https://android.googlesource.com/platform/packages/apps/Camera Now, I am having these…
Lost
  • 8,195
  • 27
  • 95
  • 163
-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,209
  • 22
  • 69
  • 121
-1
votes
2 answers

doesn't 'Android API Version 2.1' have webview?

My test phone version is Android api 2.1 . And I want to know webview is operated in api 2.1. thus, I'm trying to below code, but it doesn't operated. The Palette(When you could see the activity_main.xml GraphicalLayout) didn't have webview control.…
-2
votes
3 answers

Guidelines for android development

I am working on android development for past 6 months, but so far my skill level is very low. I need some guidelines on how to advance my level. What books should I read? and also do I need to gear up my JAVA knowledge? (I am looking for tutorial…
kaibuki
  • 16,208
  • 34
  • 75
  • 111
-3
votes
2 answers

Building my first mobile application

I`m thinking of making my first mobile application and I dont know where to start. so how do I starting building my mobile application?
N.L. Dam
  • 1
  • 1
1 2 3
11
12