[android-developers] Help! Trying to get Basic Auth working with WebView. setHttpAuthUsernamePassword?

2009-10-13 Thread Croccy22
Hi all, I have a WebView in my layout which I want to display a web page in. However the webpage requires Basic Authentication. If I try to access this web page in the normal android browser, I get prompted for a username and password which then gets remembered and works for the site in future.

[android-developers] Re: ListView with multiple buttons, how do I detect which View the buttons were pressed in?

2009-08-24 Thread Croccy22
the object itself in there, using the ListActivity as your list! Doug On Aug 23, 2:13 pm, Croccy22 matthew.bea...@gmail.com wrote: Hi thanks for the reply, I've set an onClickListener and it's only parameter is View. The problem is  don't know how to translate that information back

[android-developers] Re: ListView with multiple buttons, how do I detect which View the buttons were pressed in?

2009-08-23 Thread Croccy22
wrote: On Aug 21, 10:18 am, Croccy22 matthew.bea...@gmail.com wrote: Hi all, I am writing  a program where I need a ListView for which I am using a ListActivity. Each one  of the views within the ListView has four buttons, (Off, Dim, Bright and On). Each one of these buttons

[android-developers] ListView with multiple buttons, how do I detect which View the buttons were pressed in?

2009-08-21 Thread Croccy22
Hi all, I am writing a program where I need a ListView for which I am using a ListActivity. Each one of the views within the ListView has four buttons, (Off, Dim, Bright and On). Each one of these buttons is configured with it's own OnClickListener when I build the view. This part seems to