[android-developers] Re: SimpleDateFormat PathClassLoader NullPointerException quandary

2009-03-17 Thread Torgny Bjers
I synchronized the method and it all seems to be working fine now. Thanks for helping me with this rather obscure error. On Mar 16, 2009 7:31 PM, "sm1" wrote: SimpleDateFormat is known to not be thread-safe, and it's instances must be either unique to each thread or otherwise be synchronized.

[android-developers] Re: ListView/ListActivity limit items until last item reached, like in Android Market

2009-01-18 Thread Torgny Bjers
e Hackborn" wrote: If you run the ApiDemos app, go to View and then ListView and you will see a bunch of different examples. Try them out until you find the one that does this. (I also seem to recall there being one, but can't remember which.) On Sun, Jan 18, 2009 at 7:13 AM,

[android-developers] Re: ListView/ListActivity limit items until last item reached, like in Android Market

2009-01-18 Thread Torgny Bjers
Where? I've been looking like crazy! Can you send a link or the name of the class that implements that behavior? On Jan 18, 2009 3:17 AM, "Romain Guy" wrote: Oh and I think there is an examole of that in the ApiDemos. On Sat, Jan 17, 2009 at 10:04 PM, Torgny wrote: > > I want my ListView/Lis

[android-developers] Re: TextView with links gets black while scrolling?

2009-01-14 Thread Torgny Bjers
Have you tried setting the appearance to one of the defaults, that particular setting might be there? On Jan 14, 2009 5:10 PM, "Peli" wrote: Actually, android:textColor="?android:attr/textColorPrimary" does not work (same behavior), but android:textColor="#" works :-) There must

[android-developers] Re: Notifications from a service, forced Intent.FLAG_ACTIVITY_NEW_TASK problem

2009-01-13 Thread Torgny Bjers
cluding service connections. If the >> > > application is already running, another copy of it starts on top of >> > > it. How do I make Android just resume the activity? >> > >> > > Thankful for any help! >> > >> > > Warm Reg