[android-developers] Re: How to open or close the soft keyboard by code

2009-07-26 Thread Evan Charlton
http://groups.google.com/group/android-developers/browse_thread/thread/180530f680374493 Evan Charlton On Jul 26, 10:38 pm, Rain rainli1...@gmail.com wrote: Does anyone knows how to open or close the soft keyboard by code not for application development? Thanks

[android-developers] Re: HTC Hero has multi-touch. SDK support?

2009-07-26 Thread Evan Charlton
2.0 has not been announced, no matter what any bloggers say. Android 2.0 could be 10 years from now for all we know. Evan Charlton On Sun, Jul 26, 2009 at 10:32 PM, patrick aljordpatc...@gmail.com wrote: On Jul 25, 6:26 pm, Romain Guy romain...@google.com wrote: Donut is NOT Android 2.0

[android-developers] Re: Lazy-load images into a ListView

2009-07-12 Thread Evan Charlton
into the AsyncTask class's static queue. Haha, yeah, that code could be cleaner, but it works pretty reliably, so I'm going to avoid replacing it until it becomes the problem. Evan Charlton On Sun, Jul 12, 2009 at 6:29 AM, Mark Murphymmur...@commonsware.com wrote: Evan Charlton wrote: I

[android-developers] Lazy-load images into a ListView

2009-07-11 Thread Evan Charlton
works perfectly *except* when loading images over the network, they come in on the wrong rows and are sometimes duplicated. I assume that this has to do with the adapter reusing views, but I haven't been able to stamp it out. Thanks for any help or pointers you can provide. Cheers, Evan Charlton

[android-developers] Re: Security Exception - Browser.BOOKMARKS_URI !

2009-06-24 Thread Evan Charlton
Anything in the com.android.* package is a private API and you should not rely on it as it could break in a future update. Evan Charlton On Jun 24, 2009 10:17 AM, Shibbs shibu.deva...@gmail.com wrote: Frankly speaking I don't know nor I have any evidence - Got this permission over the net

[android-developers] Re: Dailouge box disappears after flipping the device

2009-05-12 Thread Evan Charlton
Please do not do it this way. Dialogs should be shown using managed dialogs. Please consult the documentation, or see this link for an example: http://www.androidcompetencycenter.com/tag/activity-managed-dialogs/ Evan Charlton On Tue, May 12, 2009 at 8:16 AM, Android Users androidmai

[android-developers] Re: Fling on ListView

2009-04-01 Thread Evan Charlton
a touch screen. Evan Charlton --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: adb stopped working (Ubuntu 8.10)

2009-01-26 Thread Evan Charlton
HT843GZ46005device I have no idea what changed overnight/between rebooting, but I'm glad that it works now. If anyone has any ideas as to what broke it, I'm all ears. Evan Charlton On Mon, Jan 26, 2009 at 8:17 AM, Mark Murphy mmur...@commonsware.com wrote: Evan Charlton wrote: All, I