[android-developers] Re: What can block my ProgtessDialog

2011-09-20 Thread letlite
Something is blocking the UI thread. Try ddms. -- 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-developers] Re: goodlooking android icons

2011-04-06 Thread letlite
Take a look at Inkscape : inkscape.org On Apr 6, 12:18 pm, bob b...@coolgroups.com wrote: Can someone help me figure out how to make goodlooking Android icons? When I make apps for iPhone, Apple takes my icons and makes them pretty, but i don't think the Android people do that. -- You

[android-developers] Re: Localizing example somewhere?

2010-11-13 Thread letlite
You can catch and format whatever exception you are concerned about. Use android.content.res.Resource.getString to format messages: http://developer.android.com/reference/android/content/res/Resources.html#getString(int, java.lang.Object...) On Nov 12, 10:21 am, Rutton rut...@web.de wrote:

[android-developers] Re: Android source code (complete)

2010-11-03 Thread letlite
ServiceManager.java is in frameworks/base/core/java/android/os. If in Unix, use the find command: find frameworks/base/core -name 'ServiceManager.java' On Nov 1, 10:25 pm, adithya 24adit...@gmail.com wrote: Hi all, I have downloaded some amount of android source code (for Bluetooth API's,

[android-developers] Re: Listen for key presses on Numeric keypad?

2010-10-21 Thread letlite
Take a look at TextView.addTextChangedListener(TextWatcher) On Oct 21, 9:45 am, Donal Rafferty draf...@gmail.com wrote: Anybody have any ideas? On Thu, Oct 21, 2010 at 3:21 PM, draf...@gmail.com draf...@gmail.comwrote: I use the following code to listen for the key presses of 0 - 9 from

[android-developers] Re: TextView visibility problem

2010-10-19 Thread letlite
The default orientation for LinearLayout is horizontal. It looks odd that the last TextView view has android:layout_width=fill_parent. On Oct 18, 2:43 pm, sisko adeod...@gmail.com wrote: Hi guys, the code I pasted below works great with the exception of the last view - the textView. The

[android-developers] Re: Problem in height of Listview

2010-10-01 Thread letlite
Set its layout_height to 0 and give it a layout_weight : android:layout_height=0dip android:layout_weight=1 As it was mentioned, wrap_content should not be used for ListView's layout_height. See why here: a href=http://code.google.com/events/io/2010/sessions/

[android-developers] Re: Problem in height of Listview

2010-10-01 Thread letlite
Set its height to 0 and give it a weight. android:layout_weight=1             android:layout_height=0dip                On Sep 30, 11:08 pm, RKJ (Android developer) rkjhaw1...@gmail.com wrote: Hi Techie, I'm facing a problem in height of ListView (in my list i'v some time 1 item