[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
I do have that listener defined as well. Though again, I'm not getting a callback when I touch it. I do get a call back when selecting an item with the trackball. list.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() { public void

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
=wrap_content android:layout_height=wrap_content android:layout_gravity=center_vertical/ /LinearLayout On Sun, Feb 1, 2009 at 2:41 PM, Mark Murphy mmur...@commonsware.com wrote: Brendon Drew wrote: I do have that listener defined as well. Though again, I'm not getting

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
. On Feb 1, 2009 4:41 PM, Brendon Drew b.j.d...@gmail.com wrote: No, I am printing a log ... On Sun, Feb 1, 2009 at 2:41 PM, Mark Murphy mmur...@commonsware.com wrote: Brendon Drew wro... Brendon --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: No callback when list item is touched.

2009-02-01 Thread Brendon Drew
ahh, right, I misunderstood. I thought you meant if those were set to true. but still, why does it work with the trackball? On Feb 1, 2009 5:04 PM, Romain Guy romain...@google.com wrote: When an item contains a ... On Feb 1, 2009 4:41 PM, Brendon Drew b.j.d...@gmail.com wrote: No, I

[android-developers] Re: Orientation sensor gone bad?

2008-11-08 Thread Brendon Drew
Maybe download the Bubble app from the market, see if its really the sensor as opposed to a bug in your code. Sent from my gPhone On Nov 7, 2008 12:20 PM, kelly [EMAIL PROTECTED] wrote: Hello, Has anyone noticed trouble with the orientation sensor in their phone? Mine was returning values

[android-developers] Re: Does /proc/meminfo show the correct memory info?

2008-11-07 Thread Brendon Drew
So how do I get the total amount of RAM on the system? On Fri, Nov 7, 2008 at 2:19 PM, hackbod [EMAIL PROTECTED] wrote: This is the amount of RAM available to the kernel and higher-level system as regular memory. The rest is used for various other things like the radio image, frame buffers

[android-developers] Re: Does /proc/meminfo show the correct memory info?

2008-11-07 Thread Brendon Drew
Well, it's not available to the user directly, but it is used by the system as a whole. I'm simply curious how to determine total physical RAM. On Fri, Nov 7, 2008 at 6:04 PM, Eric [EMAIL PROTECTED] wrote: So how do I get the total amount of RAM on the system? From the published