For issues relating to developing with the android SDK, version 2.3.
-3
votes
0answers
18 views
android sdk timepicker should it be different class? [closed]
I am new to android sdk I want to build app when people can add notes. I can write a program to add notes but I also want to make to set a time for event. My problem is how to use a timepicker for ...
0
votes
1answer
14 views
Sharing visualizations and analysis with google-analytics?
How to have more than one user edit the same report?
In google-analytics, there are many customizations available. Is it possible to reliably share these customizations so that several users on a ...
0
votes
0answers
7 views
How to do more with widgets in google-analytics?
Is there a good reference for how to do more with dashboard widgets in google-analytics? The limitations on visualizations are more strict than other available visualizations throughout ...
0
votes
0answers
13 views
How to get more bars in a bar graph on a dashboard widget in google-analytics?
Dashboard widgets seem to only allow 9 bars in bar graphs. I would like to use the bar graph to display a histogram -- but the 9 bars is an unfortunate limitation. Is there a way to increase the ...
0
votes
0answers
17 views
How to render visualizations from customized reports into the dashboard as a widget?
When creating customized reports in google-analytics for an Android SDK app, the visualizations in customized reports give a different view into the data than is possible in visualizations in ...
0
votes
0answers
16 views
How do you reliably save views in a customized report in google-analytics?
When creating customized reports in google-analytics for an Android SDK app, the interface allows you to filter the data to get exactly the data that you want, but it refuses to save the ...
1
vote
2answers
33 views
Android SDK - selecting correct resources
I built an Android tablet application and I'm trying to figure out how to make the system select the correct resources.
I understand the concepts described in the documentation. There are a number ...
0
votes
1answer
22 views
Titanium appcelerator close automatically
2 days ago I had installed Titanium Appcelerator 3.1 and today I installed android sdk 2.2 and 4.2, But now after starting my Titanium, it gets automatically closes after few minutes and showing some ...
0
votes
1answer
63 views
Is there a way to add a Horizontal Scroll bar on a layout with a tablelayout?
I have an activity that may have info that exceeds the horizontal width of a activity, is there a way to add a horizontal scroll bar so user may scroll left and right as needed?
My activity_fuel.xml
...
0
votes
1answer
355 views
Deciding a good book for Android SDK development to folow [closed]
I am thinking to learn Android App Development and for that I want to get some good guides and book to help me get started in an efficient way.
I am starting with my little introduction so that you ...
0
votes
0answers
22 views
Build Java Modules that are out of Android SDK
While building Android SDK, my apps reside under /packages/myapp. I am able to build this app as part of the SDK by adding an entry into sdk.mk file.
How do I move myapp outide SDK folder and still ...
1
vote
1answer
384 views
“Activity has leaked window… that was originally added.” caused by video that failed to load
I'm writing an android application that has an intro video that is an mp4 file that plays first. and the user can touch the screen to skip it.
when I try to run my application on an android emulator ...
0
votes
1answer
111 views
How to display a moving track on Android device
I want to plot my track using GPS on an Android device.
I have no problem displaying a completed route but am finding it difficult to show the track as I'm moving.
So far, I've found 2 different ...
0
votes
0answers
19 views
Does android 2.1 support rotation?
Does android 2.1 to 2.3 support rotation?
I need to know also if these versions support rotation feature:
original Droid (2.2), HTC Aria (2.1)
Google Nexus S (2.3)
Android 3.1 (Honeycomb) – Tested ...
1
vote
0answers
88 views
FlashLED intensity controls
I am looking for help in Android camera LED Flash for changing intensity of it like this app.
I have checked following link but i am not getting exact result from it.
Can I change the LED intensity ...
-2
votes
2answers
484 views
ADB doesn't recognize android phone [duplicate]
after I reinstalled my eclipse & android sdk, the adb won't recognize my phone! I've already tried out to restart the server & plug on and off the cable several times. I also don't think its a ...
1
vote
2answers
105 views
Update UI Asynchronously in Android
I have a webservice call which is called every 10 seconds and should update a TextView with the webservice reply(or atleast show a toast message every 10 seconds)
But the UI is not getting updated at ...
4
votes
1answer
3k views
Unable to resolve target 'android-16'
I am using Android 4.2.2. After installing the latest SDK, when I open the eclipse I could see all the projects having the problem during the build. Following is the error i get. Please let me know ...
0
votes
1answer
210 views
PhoneGap how to include JavaScript file from internal storage of application
I have a JavaScript file say "include.js" in my internal Storage of Application.
In my index.html file to include any javascript file we use:-
<script type="text/javascript" charset="utf-8" ...
1
vote
1answer
181 views
Read and write sqlite database synchronisation in PhoneGap (Android and JavaScript)
I have a sqlite database in my android application which requires frequent updates from Android as well as Javascript.
But While Android makes updates in database if during that time Javascript code ...
1
vote
2answers
342 views
Android GoogleMaps V2 MarkerDemo IllegalStateException no included points
I am creating a customised implementation of the MarkerDemo provided for GoogleMaps V2. I have a strange error whereby I am providing LatLng values to a LatLngBounds.Builder instance and then passing ...
0
votes
0answers
108 views
WebView loadUrl() within a class
I have a class 'Core' (not an activity) which is declared and initialized from MainActivity like this:
Core core = new Core(MainActivity.this);
As you can see, I am passing a handle of MainActivity ...
0
votes
0answers
128 views
Running a shell script in mac terminal before building/launching android application
Here is what i want to achieve:-
I am having a shell script file. That file generates some files & folders and puts them in Finder where assets folder of my Android Application is present.
Every ...
0
votes
0answers
71 views
How to show images from Dropbox's CameraUploads folder?
I am using Dropbox's Android SDK to upload images from my applet. After that i want to show those images on my given URL using Python. I want to show all images which have been uploaded using my ...
0
votes
1answer
557 views
Where is the deployed apk file? how to uninstall it with adb?
I have tried to install my apk using adb like this:
D:\C_Desktop\Development\Android SDK\platform-tools>adb install "C:\test_haxe\bin\android\bin\bin\testhaxe-debug.apk"
4274 KB/s (3702929 bytes ...
0
votes
1answer
148 views
Context wants FLAG_ACTIVITY_NEW_TASK but I've already set that flag
I've created a common re-usable class for the company I work for to create some common interface elements.
The class, takes in a single parameter as in the construct: an application context.
one ...
1
vote
2answers
213 views
Connect android device on ubuntu 12.04
I want try my application on a chinese device with android.
I try to
lsusb shows :
Bus 001 Device 04: ID 18d1:0002 Google Inc.
In /etc/udev/rules.d/51-android.rules I put :
SUBSYSTEM=="usb", ...
-1
votes
3answers
162 views
How to build my own Android SDK
I work on my own android device which has many new APIs (but @hide decorated). My goal is to provide an android sdk to develop on it and use these new APIs.
So my questions is : How to build my own ...
0
votes
1answer
129 views
Android string.xml and style.xml parsing error
<style name="ButtonText">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item ...
0
votes
2answers
103 views
android minimum and target SDK
I have a very basic question.
I have a project which has minSDKVersion set to 8 and targetSDK version as 16. Now one of the methods I used setActionView() using this link.
requires a min API level ...
0
votes
1answer
167 views
Get and Set values form spinner
I'm looking for to get and set values form spinner loades from database but i don't find it.
private void loadSpinnerData() {
// database handler
DatabaseHandler db = new ...
0
votes
1answer
1k views
Android device (4.1) doesn't scroll wallpaper
The wallpaper in Galaxy S III (android 4.1) device doesn't scroll (panning). Scrolling occurs as expected with Galaxy S II (android 2.3) device. I'm using the following code:
wallpaperManager = ...
0
votes
0answers
21 views
Advice about add a record
I'm learning about Android trying to make an app.
I've create a database and I can insert records.
I have a Listactivity to show x and I've made a DialogBox to insert a new x. Then, I want to insert ...
0
votes
4answers
55 views
Where is the sql Database?
I try to work with SQLite but I don't know what I'm doing wrong.
I've made an example to insert a records and it works but I can't see the database. I'm working with a real device.
I've found (in ...
-1
votes
1answer
47 views
pin ImageView to bottomRight Corner in a vertical LinearLayout
I'm writing an android Application using android 2.3.3 (api v10)
I have a menu that is written using a LinearLayout with the following properties:
android:layout_width="fill_parent"
...
0
votes
0answers
116 views
how to add android.os.ServiceManager to sdk?
I have refereed the following links
android.os.ServiceManager cannot be resolved
and
http://tools.android.com/build.
So from second link i could add my custom library to the sdk built after make ...
0
votes
2answers
66 views
Which Android version should I choose for developing a new app targeted for Android phones only? [closed]
I want to build an app targeted for Android phones only. I'm wondering which Android SDK and API level I should choose for the development.
The app will be released in Sep 2013. I think that at that ...
0
votes
1answer
294 views
Why setAlpha worked in min sdk 8, but don't work on min sdk 9?
I'm trying to setAlpha to my rowView but I got an error saying that I need minimum sdk 11.
View rowView = inflater.inflate(R.layout.main, parent, false);
Well, I am aware that one of the way to ...
1
vote
3answers
840 views
Tips to shift from App Inventor to Eclipse
I am very good with AppInventor to build Android apps. I have good knowledge of C++ and little knowledge of Java and GUI building in Java. Suggest me how should I shift from App Inventor to Eclipse ...
0
votes
1answer
138 views
“Building Your First App” app does not appear in launcher
Re android-sdk_r20.0.3-linux (on Debian Squeeze)
I'm attempting to follow the 'Building Your First App' tutorial using the command line tools. The apk file gets created successfully and the 'adb ...
1
vote
1answer
131 views
Android SDK not showing in eclipse
I have installed also i have installed ADT Plugin but when creat new project it does not show android project.I have also tried to reinstall the ADT plugin but it says they are already installed.
0
votes
0answers
176 views
Having issues creating a time picker in android 2.3
Hello I have been trying to write an android app that uses a time picker and i'm having trouble getting it to work in android 2.3 . I belive that i have used the supportfragmentmanager properly but ...
0
votes
1answer
43 views
Installing Android SDK $(^Name) appcrash error
I am trying to install androids SDK + the AVD manager on the windows 7 platform and a $(^Name) error is coming back after the installation wizard fails. Under the 'more description link-option, a ...
0
votes
1answer
478 views
How can i push files in sdcard - android
adb remount I get the following error device not found.
I am trying to create a folder and push multiple files on sdcard. When I try to use the command I have already created sdcard for my emulator.
...
0
votes
1answer
454 views
How can I install the Android SDK 2.3.5 on Eclipse and find out screen specification?
I am developing an Android application for Samsung Galaxy which runs on Android version 2.3.5.
But due to unavailability of hardware I'm using emulator in Eclipse. The SDK manager only showing ...
1
vote
2answers
147 views
Images display on device but not on emulator? Android
In part of my app I check for screen density using:
float sdpi = ApplicationConstants.ref_currentActivity.getResources().getDisplayMetrics().density;
if(sdpi == 0.75)
{
...
1
vote
1answer
254 views
Create apk file on run time by filling html page fields
I want to create an apk file on runtime using the details that user filled in a html page like application name ,application background icon and other drawables. The user just need to fill all the ...
0
votes
1answer
55 views
How do you insert a variable from an android app into a web page text field
I've been looking for a solution to this issue for a long time. I would really appreciated any code help. coding is not my strong suit.
1
vote
0answers
78 views
How to get the list of already set reminders which are due today
I have set reminders to trigger 3 times everyday using AlarmManager class in android.
Reminders are getting triggered correctly.
I want to show the list of reminders which are due for today.
I am ...
0
votes
2answers
205 views
How can i write this code into a Thread or an AsyncTask?
How can i write this code into a Thread or an AsyncTask ?
JSch jsch = new JSch();
Session session = null;
session = jsch.getSession("******", "*********",22);
...


