[android-developers] How to mark an element visually in ListView the user clicked on?

2011-06-12 Thread Scythe
I have a ListView with a custom adapter. I'd like to visually mark the list element the user clicked on by changing it's background permanently (until the user clicks on another element that is). How do I achieve that? I believe that there's a built-in feature inside LisView for this, but I had no

[android-developers] Re: How to mark an element visually in ListView the user clicked on?

2011-06-12 Thread Scythe
stuff, your desired pattern isn't really part of the framework. On Sun, Jun 12, 2011 at 11:04 AM, Scythe scythe...@gmail.com wrote: I have a ListView with a custom adapter. I'd like to visually mark the list element the user clicked on by changing it's background permanently (until

[android-developers] Re: How much HTML5 does the Honeycomb Android Browser support?

2011-05-31 Thread Scythe
218 + 3 bonus on Galaxy Tab 10.1v, with 3.0. On May 31, 7:11 am, Peter Sinnott psinn...@gmail.com wrote: I wouldn't wish the honeycomb emulator on my worst enemy. My transformer gets 228 + 3 bonus points. On May 31, 4:16 am, Francisco Dalla Rosa soares soa...@argo.bz wrote: ever

[android-developers] Re: All Renderscript samples fail to run on actual device (Samsung Galaxy Tab 10.1 'google io edition')

2011-05-28 Thread Scythe
Ah, at last I can try out the shiny new CarouselExample. Thanks! On May 28, 4:42 am, Zsolt Vasvari zvasv...@gmail.com wrote: Is the SDK 3.1 V2 just released related to this? On May 28, 7:25 am, Xavier Ducrohet x...@android.com wrote: oops wrong links. Here are the good ones:

[android-developers] Re: All Renderscript samples fail to run on actual device (Samsung Galaxy Tab 10.1 'google io edition')

2011-05-26 Thread Scythe
Welcome to the club. Several threads were discussing this problem, without any result. At least someone from the Android dev-team could tell us that it's a know issue, or whatever. Quite frustrating. On May 26, 3:15 am, Streets Of Boston flyingdutc...@gmail.com wrote: I'm trying to run a

[android-developers] FragmentPager component?

2011-05-20 Thread Scythe
During the Android 3.0 UI design talk on IO 2011, it was mentioned that we'll get a FragmentPager component soon. I'd like to know a bit more about this component, when'll this be released and what'll it be able to do? I'm quite curious, because it awfully sounds something that I'm working on

[android-developers] Fragment animation as in Honeycomb Gmail app - how to do that?

2011-05-19 Thread Scythe
I'd like to achieve similar fragment behaviour as in the Honeycomb Gmail app. So I have three fragment next to each other: A, B and C. Initially, A and B is displayed, and when the user selects something from B, it triggers an sliding-animation/fragment-transaction so that B and C are visible. B

[android-developers] Re: unable to run the renderscript samples.

2011-05-18 Thread Scythe
I'm having the same issue here. I've tried many of the sample RS apps, along with the Carousel example mentioned on IO, each crashed with this message. Tried with a Galaxy Tab 10.1v, but I've heard that other folks with Xooms are having that same problem. On May 13, 3:37 am, billconan

[android-developers] Does the Samsung Galaxy Tab 10.1v work with OSX?

2011-05-17 Thread Scythe
Does this thing work properly with the Android SDK (I mean ADB) on OSX? Or do we need some obscure to-be-released drivers for that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How does the ActivityStack behave when it contains thousands of Activities?

2011-04-30 Thread Scythe
In my app I have a about a dozen of different Activities. These Activities are connected (can call each other with startActivity()) in such a way, that the user can theoretically keep running in circles - always jumping to the next Activity, never going back. Also, I really need to maintain a