I have a list view full of items, after the users selects an item it lights up, and then it goes normal. Is there a way to make it so after the users select an item in my ListView it stays selected, and highlighted?
Thanks
...
Hello,
application (non-wanted) behavior -
application is started, some text is put into text-box and notification is created through button action.
user "clicks" the home button, application is "minimized", notification is available in bar
user selects the notification and the application is "maximized"
BUT - instead of the origi...
We're evaluating Sencha Touch for mobile development. Has anyone used this yet (I realize that it's still in beta), and if so, what are its strengths / weaknesses? How does it compare to alternatives?
It certainly sounds compelling.
Thanks!
...
Hi all, I have a strange situation:
On a screen, I have the following string to click on: "1 Year Basic License ($15.00)"
But the following code give me some headache:
assertTrue(solo.searchText("1 Year Basic License ($15.00)"));
solo.clickOnText("1 Year Basic License ($15.00)");
The test fails on the clickOnText statements! saying (in...
Is there any DOM event in Webkit associated to trackball events (movement and pressing)?
Or is there any other way to handle those events from a webpage?
...
I have a service running that updates a notification in the notification bar when it recieves a message saying it has to be changed.
However I get the following error sometimes when the notification is to be updated
java.lang.IllegalArgumentException: contentIntent required
Here is my code:
Variable setup
int icon = R.drawable.no...
I don't understand why i need to add WAKE_LOCK permission to the application manifest when I toggle wifi with setWifiEnabled...
Any idea ?
...
I have an Ant build script for my Android project. I’m using aapt to package various resource files. I want the resources files to be uncompressed. I ‘ve tried the ‘-0′ flag but the files still get compressed! But when I build through Eclipse, the resource files are uncompressed. Why doesn’t this flag work?
Here is my aapt target in Ant...
I'm writing a graphically intense game for the Nexus One, using the NDK (revision 4) and OpenGL ES 2.0. We're really pushing the hardware here, and for the most part it works well, except every once in a while I get a serious crash with this log message:
W/SharedBufferStack( 398): waitForCondition(LockCondition) timed out (identity=9,...
Hi,
I have simple list to be filled in from the database along with a checkbox. I need a handle to all the checkboxes selected. Whn the CLEAR button is pressed at that point I need the row ids of all the selected check boxes to delete them. To do this :
My list.xml file looks like this :
< LinearLayout xmlns:android="http://schemas.an...
I have a tabhost with icon, when a tab is selected X, the icon does not appear because the icon is the same color as the selected tab. The question is:
How do I change the icon, when a tab is selected X?
...
I have a problem in the manifest when i try to use this library (com.google.android.maps)
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hellogooglemaps"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name...
I am looking to start a project that will involve the use of soap quite extensively. However... I know nothing about it! I was wondering if the community here could point me towards a few of the choicer tutorials on the net instead of having to wade through countless sub-par search results. And when I say I know nothing about it, I mean ...
Specifically, how do I get it to pop up as the numbers entry screen but still be able to switch to letters? What I'd really like, ideally, is to have it act the same as if we had the xml property
<EditText
...
android:inputType="textShortMessage"/>
but come up on the number entry screen (the one you get by clicking "?123") on...
I'm flowing with tutorial for Android. Right now I try to made implementation of Activity Test with tutorial. I find out in my code that the testSpinnerUI test no make sense. On the line 233 in the file SpinnerActivityTest.java the test pass but tested value doesn't reflect the current status of control.
Looks like the test try to get in...
I need to check my application for memory leaks, i also need to see the memory allocation of my application.
I downloaded and installed eclipse memory analyzer, and it looks like the first step is to open a heap dump.
But what is a heap dump, how can i create a heap dump.
And how exactly am i going to use this software, I did some googli...
I am new in android in windows so where do i start learn and work with android?
what are all the things i need to do?
how start work with android, i need proper guide ?
Thanks in advance.
...
Hello everyone,
To be able to write "nice" code between my application/activies and a local service I need to understand some basic Android concepts:
What I'm wondering is if my application (as in my activities) and my local service is sharing one thread. I.e. when the activities and the local service executes tasks queued are these ta...
Is there any code that gives an example about how to implement the Quick Actions and Popdown menu that is displayed in the Twitter for Android app?
...
I havent see any information about this. I think we need to use opensocial.jar and Oauth to access it? If we need use Oauth, how can we get consumer key and secret key for the android app? THis article is uselful, http://donpark.org/blog/2009/01/24/android-client-side-oauth. But I dont know how to get this consumerKey?:
String consume...