Re: [android-developers] packet sniff

2011-06-03 Thread smokerpg
run app in emulator(ADB) and capture the packet. If you are looking for HTTP headers only, then go to following page to find, what is being sent. http://www.ericgiguere.com/tools/http-header-viewer.html On Thursday, June 2, 2011, Marcin Orlowski webnet.andr...@gmail.com wrote:

[android-developers] soft-keyboard customize

2011-05-26 Thread smokerpg
i am trying to customize Android default keyboard. what i am trying to do is just replace [Enter-key]'s title. can [android:imeOption actionDone] title be replaced to my custome title? please help me. thanks. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] How to Set 2 EmptyView in ListView

2011-05-01 Thread smokerpg
with multiple things in it, use a layout manager and put your views inside and set the top-level layout manager as the empty view. On Wed, Apr 27, 2011 at 11:15 PM, kenichi kato smokerpg...@gmail.com wrote: hi guys. i try to set 3 empty view to ListView. at first, i try to set LinearLayout

Re: [android-developers] How to Set 2 EmptyView in ListView

2011-05-01 Thread smokerpg
really suggest just defining your layout in a layout XML resource file and using that.  It is a lot easier than writing the code to build the view hierarchy yourself.  Use LayoutInflator to create the views from the layout resource. On Sun, May 1, 2011 at 10:00 PM, smokerpg smokerpg...@gmail.com

[android-developers] Set 2 EmptyView in ListView

2011-04-28 Thread smokerpg
(findViewById(R.id.emptyText)); but it shows only R.id.emptyImage. is there any way to set mutilple EmptyView to ListView? thanks. -- - smokerpg PC: smokerpg...@gmail.com ke...@jcom.home.ne.jp