[android-developers] Re: password mode

2009-07-30 Thread Dianne Hackborn
The user can change it if they want.  You should generally leave it up to
them, since inputting passwords on these devices can be difficult, and
harder on some devices than on others.

On Wed, Jul 29, 2009 at 10:53 PM, Shang Hao sahilz...@gmail.com wrote:


 Hi,

 It is observed that while entering text in password mode, first the
 text is displayed and then after 1 second the asterisk (star) is
 displayed Is there no way to directly display the asterisk??

 code:
 mInputPwd.setTransformationMethod
 (android.text.method.PasswordTransformationMethod.getInstance());

 in xml:
 android:password = true

 Thanks.
 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: password mode

2009-07-30 Thread Sahil Arora
HI Dianne,

How can user change these settings?? Can u please elaborate a bit??

Thanks.

On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn hack...@android.comwrote:

 The user can change it if they want.  You should generally leave it up to
 them, since inputting passwords on these devices can be difficult, and
 harder on some devices than on others.

 On Wed, Jul 29, 2009 at 10:53 PM, Shang Hao sahilz...@gmail.com wrote:


 Hi,

 It is observed that while entering text in password mode, first the
 text is displayed and then after 1 second the asterisk (star) is
 displayed Is there no way to directly display the asterisk??

 code:
 mInputPwd.setTransformationMethod
 (android.text.method.PasswordTransformationMethod.getInstance());

 in xml:
 android:password = true

 Thanks.




 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.



 


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: password mode

2009-07-30 Thread Dianne Hackborn
Show visible passwords in the Security  location settings.

On Wed, Jul 29, 2009 at 11:12 PM, Sahil Arora sahilz...@gmail.com wrote:

 HI Dianne,

 How can user change these settings?? Can u please elaborate a bit??

 Thanks.

 On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn hack...@android.comwrote:

 The user can change it if they want.  You should generally leave it up to
 them, since inputting passwords on these devices can be difficult, and
 harder on some devices than on others.

 On Wed, Jul 29, 2009 at 10:53 PM, Shang Hao sahilz...@gmail.com wrote:


 Hi,

 It is observed that while entering text in password mode, first the
 text is displayed and then after 1 second the asterisk (star) is
 displayed Is there no way to directly display the asterisk??

 code:
 mInputPwd.setTransformationMethod
 (android.text.method.PasswordTransformationMethod.getInstance());

 in xml:
 android:password = true

 Thanks.




 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.






 



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: password mode

2009-07-30 Thread Sahil Arora
Hi Dianne,

I found it...change the visible password checkbox in settings menu.

Thanks again.

On Wed, Jul 29, 2009 at 11:01 PM, Dianne Hackborn hack...@android.comwrote:

 The user can change it if they want.  You should generally leave it up to
 them, since inputting passwords on these devices can be difficult, and
 harder on some devices than on others.

 On Wed, Jul 29, 2009 at 10:53 PM, Shang Hao sahilz...@gmail.com wrote:


 Hi,

 It is observed that while entering text in password mode, first the
 text is displayed and then after 1 second the asterisk (star) is
 displayed Is there no way to directly display the asterisk??

 code:
 mInputPwd.setTransformationMethod
 (android.text.method.PasswordTransformationMethod.getInstance());

 in xml:
 android:password = true

 Thanks.




 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.



 


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: password mode

2009-07-30 Thread Marco Nelissen
Please don't hijack threads with unrelated questions.


On Wed, Jul 29, 2009 at 11:16 PM, Dato bera ber...@gmail.com wrote:

 helo, in Java Se its tell me that files.length is 16 but when i run it
 in the android plathform tell me that there is 0

 FTPClient f = new FTPClient();
f.connect(server, 21);
f.login(username, password);
FTPFile[] files = f.listFiles();
  Log.v(TAG,+files.length();

 


--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: password mode

2009-07-30 Thread peter



On Jul 30, 1:53 pm, Shang Hao sahilz...@gmail.com wrote:
 Hi,

 It is observed that while entering text in password mode, first the
 text is displayed and then after 1 second the asterisk (star) is
 displayed Is there no way to directly display the asterisk??

 code:
 mInputPwd.setTransformationMethod
 (android.text.method.PasswordTransformationMethod.getInstance());

 in xml:
 android:password = true

 Thanks.

--~--~-~--~~~---~--~~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---