Hi,
I am new to this android application development.
I have a audio files in a particular directory. I want to list the those audio files in a listView.
please tell me how to do this activity.
...
Hello,
I am looking to develop an application and would like to know if the earpiece audio output can be captured.
Thanks,
Matt
...
Hello, I am new to Android. Follow the HelloAndroid Tutorials by use Eclipse.
After run HelloAndroid, the AVD 'xian_avd2' lunched, but stop there, no " Hello, Android"
displayed on AVD. Looks like Waiting for HOME ('android.process.acore') to be launched...
Not know how to resolve this, please help.
Thanks
wang813
[2010-01-29 00:12:13...
how to add items to the spinner dynamically in android?
...
Requirement:
I have a GridView of thumbnails; the user can click on a thumbnail to view the larger, full sized image. This "full sized" image is to be fetched from a remote server. When the user is viewing a particular image he should be able to cycle through all of them by swiping his fingers on the screen(like leafing through pages of ...
I need to ellipsize multiligne textview. My component is large enough to display at least 4 lines with the ellipse, but only 2 lines are displayed. I tried to change the minimum and maximum number of rows in the component but it changes nothing
...
O.k i will be more clear: I have my own address book application for which i am fetching the contact Name and contact Number form the native address book using the contact content provider. So my question is:
How do i get a notify for my application when the Contact Name or Contact Number of a particular person is changed in the nati...
Hi,
I would like to delete a complete database created by my application.
Do you know any adb command, or android sentence to do it?
Thanks in advance.
Best regards.
Jose.
...
Hi all,
I am currently tryinging to set up a Wifi Scan in my Android application that scans for Wifi access points every 30 seconds.
I have used Timer and TimerTask to get the scan running correctly at the intervals I require.
However I want to be able to stop and start the scanning when the user presses a button and I am currently ha...
My code is stored in SVN version control. I use Eclipse to build my Android application.
In my application, I have an about-box. I want to show the correct source control revision/tag/whatever in this.
Is there a way of automating this so that my version string in the about-box is always right, or is this something I have to hand-edi...
I'm totally new to this, been tinkering around for a week.
Came up with a simple image viewer app for 2 images.
Feature:
Left and right swipes will switch the images. Dead simple.
What i'd like to do:
Have up to 100 images.
note:
All my images are in my res/drawable folder.
They're named image1.png to image100.png
I obviously don'...
Hi,
Does anyone know if there is any library available for generating captcha which is possible to implement in android application so the captcha appears in the activity?
Thank you.
...
I have an application, when it launches I have to disable all the buttons, I successeded in disabling end call and other i need to disable home buttom if I click it, It should not produce any action.
Any suggestions highly appreciated
Cheers Vinayak
...
Hi,
I have a generic list in android.
for other hand i have a listview.
How i could bind the generic list into the listview?
Thanks in advance.
Best regards.
Jose
...
I have a Wifi class that has a couple of broadcast receivers that listen out for changes in Wifi connection state, Wifi Rssi levels etc...
I want to be able to pass this data to another "Engine" Object and still keep the data changing dynamically.
I currently create a Wifi object within the "Engine" class and run its methods, the data ...
I'm trying to implement a copy/paste function. How can I get a selection of text from an EditText?
EditText et=(EditText)findViewById(R.id.title);
blabla onclicklistener on a button:
int startSelection=et.getSelectionStart();
int endSelection=et.getSelectionEnd();
Then I'm stuck. Any ideas?
...
Hi,
i was creating a database and deleting it, adding registries on my android htc mobile sqlite database without any problem.
But now, after last deleting of the database everytime i want to create a new one i get a sqlite exception that says me "unable to open database file" with the following data:
serialVersionUID (RuntimeExc...
Hey,
I'm writing an app for android (although I think this is a generic question) and I need to display a large image (in an ImageView) that can be scrolled and zoomed. I've managed to get scrolling to work by capturing touch events and performing matrix translations, and i'm now working on zooming.
If I simply apply a scale transformat...
I created an non-maximized activity using android:theme="@android:style/Theme.Dialog" to make it looks like a dialog. I need to change the position of the activity on screen but I didn't find how to do this...
...
I am trying to make the item list dynamic, so i can add to it on runtime, but i have no idea. CharSeqence isnt dynamic, and no clue how to use the adapter option, how could i change my code to be dynamic?
private void alertDialogLoadFile() {
AlertDialog.Builder alert = new AlertDialog.Builder(this);
alert.setTitle("Choose:"); ...