[android-developers] Re: startActivity Problem

2009-07-30 Thread kolbysoft
Thanks Yusuf, that worked. Still curious though, when did the startActivity behavior change? It worked in an older project that was also 1.5. Michael On Jul 30, 11:52 am, "Yusuf T. Mobile" wrote: > Try using startService() to start your service instead of startActivity > (). > > Yusuf Saib > A

[android-developers] Re: did someone implement a ScrollView with horizontal scroll support?

2009-03-12 Thread kolbysoft
The code in setScrollXY is not called anywhere in the class, and was old test code to get around the fact that some fields/methods are not available in sub-classes in different packages. It can be and should have been removed, but then again, who has time for that? Michael On Mar 12, 1:44 pm, R

[android-developers] Re: did someone implement a ScrollView with horizontal scroll support?

2009-03-12 Thread kolbysoft
Here is one Google made earlier, except they forgot to flip x/y. Took about an hour to convert. :) Oh, and it might not work with the 1.1 SDK, because of the attribute set changes. It works fine with the 1.0 SDK. Michael /* * Copyright (C) 2006 The Android Open Source Project * * Licensed un