[android-developers] @Lew

2013-02-18 Thread Van Binh Nguyen
Sorry to intrude. But this is a really BAD anwsers. I'm working on the same problem and those anwsers is rather stupid. Have you even bothered to checked out some of the results before you gave the standard please google anwser ? Never mind the results which lead me here in the first place.

[android-developers] Android spinner is not left aligned when set to wrap_content

2012-04-26 Thread Binh Nguyen
Hello experts, I realize that on 2.3, the spinner layout width will base on spinner item content, while as it fixes for widest content, and doesn't change for the others on 4.0. There is no problem if the spinner layout is set to fill_parent, but I need a wrap_content spinner... Do you know

[android-developers] Re: Android onLayout() and AsyncTask() does not work together

2011-12-27 Thread Binh Nguyen
: I'd pepper a bunch of Log.v() calls throught the code and see where it goes wrong. On Dec 27, 9:59 am, Binh Nguyen nguyenthanhbinh1...@gmail.com wrote: Yeah, I got it from AsyncTask usage, so the onLayout() should work, right. btw, I attach some screenshots on Stack Overflow site, so you

[android-developers] Re: Android onLayout() and AsyncTask() does not work together

2011-12-26 Thread Binh Nguyen
Yeah, I got it from AsyncTask usage, so the onLayout() should work, right. btw, I attach some screenshots on Stack Overflow site, so you can see the problem clearly: http://stackoverflow.com/questions/8613465/android-onlayout-and-asynctask-does-not-work-together Binh Nguyen On Dec 27, 5:35 am

[android-developers] Android onLayout() and AsyncTask() does not work together

2011-12-25 Thread Binh Nguyen
it will be very appreciated if you can give any idea about this. Many thanks, Binh Nguyen -- 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

[android-developers] Help me about publish fee

2010-12-13 Thread binh nguyen
I want to develop on Android Applications, but I dont know publish fee (sign + test +...). Can anyone help me ? -- 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

[android-developers] BaseAdapter doesn't return position correctly

2009-12-17 Thread Binh Nguyen
I custom the BaseAdapter to show image array with full-screen mode. I want the user can flick the images so I use the gallery class.When a image displays on the screen, a correlative sentence should be showed as well. The issue is the position param in getView function jump abnormally, especially

[android-developers] Re: Showing application version

2009-12-04 Thread Binh Nguyen
I follow the code below but it always show 'getPackageInfo() is undefined' error, anyone knows the reason. Thanks in advance On Oct 26, 9:19 pm, Greivin Lopez greivin.lo...@gmail.com wrote: Or just use the following code snippet: /**  * Gets the softwareversionandversionname for this