[android-developers] Re: custom progress indicator ?

2009-03-30 Thread Gesh
what you need is this here http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html there is also an example in the documentation (how lucky you are :)) of how to define that in xml. cheers, gesh. On Mar 29, 6:11 pm, matthias m.kaepp...@googlemail.com wrote

[android-developers] Decoupling localization and translation

2009-03-26 Thread Gesh
:), gesh. --~--~-~--~~~---~--~~ 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 to android

[android-developers] Re: KeyListener Eating My Keystrokes

2009-03-25 Thread Gesh
What you need is an OnKeyListener and not a KeyListener. On Jan 28, 6:04 pm, Dan danscott0...@gmail.com wrote: Hi, I'm trying to setup aKeyListeneron an EditText widget. My code is as follows: code         mMsgToSend.setKeyListener(newKeyListener()         {                        

[android-developers] Re: Determine images at runtime - getResources().getIdentifier()

2009-03-17 Thread Gesh
well you can use the other parameters of that method instead of building the string yourself, but that's just for better readability, no real improvement there. otherwise there is no better method. cheers, gesh. On Mar 17, 12:29 pm, Tommaso nuccio.tomm...@gmail.com wrote: I solved

[android-developers] Re: Changing Alert Dialog styles

2009-03-16 Thread Gesh
In a theme of your own override the android:alertDialogStyle style to point to the style you want. http://developer.android.com/reference/android/R.styleable.html#AlertDialog The link above contains the attributes that are stylable about an Alert Dialog. To change the fonts you will have to

[android-developers] Re: How to scroll Gallery Widget manually

2009-03-15 Thread Gesh
Read the documentation more carefully. Gallery extends several other classes that offer exactly the functionality you are looking for. On Mar 13, 5:24 pm, alex alex.l...@googlemail.com wrote: Hi, I'm working on a little Player with Playlist and use the Gallery Widget to visualise the

[android-developers] Re: GridView ImageView and performance

2009-03-15 Thread Gesh
debugging purposes even GPRS or GSM. hope that helps you, gesh. On Mar 15, 7:22 am, ifuller1 ifuller1mob...@gmail.com wrote: Hi Gesh, Thanks for the response. I'll certainly give the bitmap factory a go. I'm currently using the ImageAdapter from the Hello GridView sample. But loading the images

[android-developers] Re: How to dismiss the single select dialog in AlertDialog

2009-03-14 Thread Gesh
from what i can gather what you are looking for is the .setItems() method, not the setSingleChoiceItems() On Mar 14, 5:47 pm, vincent Kor kor.vinc...@gmail.com wrote: Hi, All:     from the reference of SDK,  AlertDialog information as below.     I want to create a dialog but i don't want to

[android-developers] Re: GridView ImageView and performance

2009-03-14 Thread Gesh
could cause memory leaks - http://android-developers.blogspot.com/2009/01/avoiding-memory-leaks.html. cheers, gesh. On Mar 14, 12:47 pm, ifuller1 ifuller1mob...@gmail.com wrote: I've managed to successfully connect to the picasa web services using JSON and download a list of thumbnails from my