Would anyone have an idea as to why an app would work on almost every phone that has 2.1 but not the Desire?
One of my apps uses voice input and the Desire is the only phone that force closes when the voice prompt comes up.
The worst part is that I don't know how to test this, I don't have one or know anyone who does.
Any ideas?
EDI...
Hi,
Is it possible to change the color of
the radio button in the android
spinner widget. By default it displays
the green color for the radio button I
need to change it to some other color,
Is it possible
Suggestions and guidance are welcome.
Thanks Vinayak
...
I would like to release a beta version of my app, but I would like to set and end date hardcoded in the code.
How can I do that easily? Is there an entry point that is fired before any of the activities?
...
Hello,
I was wondering if there was any way that I could get a hint at the bottom of an Edit Text view -- and then the user to start entering text at the top of the box.
As a bonus question, is there any way I can make the hint NOT disappear once the user starts entering text.
Let me know if you don't understand my question and I w...
Hi all,
I've some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower via:
Byte[] myData = b.BlobContent;
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("content-disposition", "attachment; filename=" + fileNam...
I am wondering if I am able to detect if my application was installed with Android Market (it's in the download list of the Market and eligible for update checks) or it's not?
It would be a very good point to detect if the app has been installed without, as that can mean it was stolen and installed from SDcard.
...
Hi i am new to android.I need to download .ics file from mail attachment. I use intent filter in Manifest xml file. But it downloads all the files from my application.I need to download .ics file only.How it's possible???
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.cate...
I've set set files to localhost an set the href links for the epub files ..
<a href="more-utopia.epub" target="_blank"> more-utopia </a><br>
and I've try to browse from my custom web view .. but when I click to download the link , it appears no download .. and open the file in the browser with custom web view.
public void onCreate(...
Hi,
I've just started playing with Android in the last few days and have begun to put together a simple application. I am struggling to work out whether I'm doing things the "right" way or just making life difficult for myself.
The app displays a series of connected nodes on the screen, similar to a mind-map. I want to be able to tap t...
I can't seem to find any options to retrieve apps on my SDK's virtual Android device. Can you direct me to where I may find apps so that I can test them out?
...
i'm trying to get android running on a gumstix overo system.
since i'm not planning to use the final "product" as a phone, i asked my self if it is possible to exclude applications like the phone/dialer-app from the kernel build-process (any config parameter probably?)
thanks for any advice in advance :-)
...
i have written the code for setting an alarm. I am able to raise a toast successfully from my alarm receiver class when the time ticks off.
Now i want to play the default mobile tone as well as vibrate thee phone.
How do i do that
...
My problem is thus; I am new to programming on the ANDROID platform and have a 'working' application that piggy-backs on the API-Docs example. I wish it to launch three tabs one containing a list of reports, one a form to file a report and the last to show the geo-located reports. It doesn't appear as a separate application, it instead a...
Hi,
I have a method that is passed a text string. For a specified font and size, it works out the bounding box for the text and then draws a roundrect that will contain it.
I'm trying to keep all of these roundrects the same height (irrespective of ascenders and descenders in the font), so the basic getTextBounds isn't quite enough as ...
I have developed an App that launches and works fine on Android 1.5 and 1.6.
When I try and use it on version higher then that the app's activity starts, progress dialogs popup and I can see my AsyncTask executing and the info being returned via Logcat. No errors or exceptions are shown.
But the Activity never displays. All I see is t...
I'd like to be able to use an image as my background in a relative layout, without it stretching. I don't want to just enter the images details into an XML file, as I want to use different images, with different sizes.
I've tried the following, but it just stretches the images (I know the left, top, right and bottom variables have the w...
friends,
i am facing an issue
when i display someone's post in android listview it shows me
someone\'s post
i want to remove \ from string and wrote following code which give me outofmemory error
if(val.contains("\\"))
{
val=val.replace("", "\\");
}
any one guide me whats the soultion?
...
My application has a question and a radiogroup with four radio buttons and a next button in each screen. I need to write the code to, when ii press the down arrow in the android key pad it needs check the first radio button, and again if i pressed the down arrow it needs to go to the next radio button, and when i press the enter (the mid...
Hello, I have the same problem like this guy.
RatingBar cut of Stars and I don't find the solution.
link text
...
Hai,
I am developing an application in Android.
In that there is a refresh button.
If I click that button, the page needs to be reloaded like when execution begins.
Is there any built in method in Android for getting this?
Thanks in Advance
...