Re: [android-beginners] Regarding enter key on virtual keyboard

2010-06-05 Thread eudokija
Set android:imeOptions=actionNext for username EditText and
android:imeOptions=actionDone for password
Check out
http://developer.android.com/reference/android/widget/TextView.html#attr_android:imeOptionsfor
further reference


2010/6/3 ameya dandekar ameya...@gmail.com

 Hi,
 I am currently working on sdk 1.5, in which i want capture the Click event
 of Enter key on Virtual Keypad.
 My requirement is, for my Username/Password Login screen. Click on Username
 field. Cursor is displayed in Text entry box. Click on Enter key on Virtual
 Keypad. Cursor should be displayed in Password field. Take the cursor in
 Password field. Click on Enter key on Virtual Keypad. Virtual Keypad should
 be closed.
 I am testing the app on HTC Magic.

 Regards,
 Ameya.

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Re: Emulator: Internet access via Proxy

2010-06-03 Thread eudokija
it was a bug in 2.0/2.1 - check this
http://code.google.com/p/android/issues/detail?id=5508can=1q=emulator%20http-proxycolspec=ID%20Type%20Status%20Owner%20Summary%20Starsout.
should be fixed in 2.2

2010/6/3 jonz jon...@gmail.com

 Logs:

 proxy_http_setup: creating HTTP Proxy Service Footer is (len=2):
 '
 '
 http_service_connect: trying to connect to 74.125.71.106:80
 http_service_connect: using HTTP rewriter
 tcp:74.125.71.106:80(1268): cannot connect to proxy: unknown error
 http_service_connect: trying to connect to 74.125.71.105:80
 http_service_connect: using HTTP rewriter
 tcp:74.125.71.105:80(1268): cannot connect to proxy: unknown error


 On Jun 3, 11:20 am, jonz jon...@gmail.com wrote:
  Hi Folks,
 
  I am trying to connect to internet using Proxy settings..
  command used emulator -avd SD1 -http-proxy proxy:port -debug-
  proxy
 
  But still not able to connect. Please suggest some solutions..
 
  Thanks,
  Jonz

 --
 You received this message because you are subscribed to the Google
 Groups Android Beginners group.

 NEW! Try asking and tagging your question on Stack Overflow at
 http://stackoverflow.com/questions/tagged/android

 To unsubscribe from this group, send email to
 android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-beginners?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] can i re-install an app without shutting down the emulator?

2010-05-25 Thread eudokija
And there's also
adb reinstall foo.apk
which is the same as adb install -r

24.05.2010 23:32 пользователь Donnie Myers d3myer...@gmail.com написал:

I am not sure about the command line options but with the IDEs (such as
netbeans) after every change you make, when you select to run the app on
your emulator, it uninstalls the old apk and installs your latest
automatically. It does do this while your emulator is running. After the
uninstall and then the new install, the app launches. But maybe I
misunderstood what you are doing.

Donnie



On May 24, 2010, at 5:22 AM, Robert P. J. Day rpj...@crashcourse.ca
wrote:


  if i want to ...

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en


Re: [android-beginners] Keyboard blocks the bottom part of my scrollView

2010-05-16 Thread eudokija
Try setting android:windowSoftInputMode attribute of your activity element
in the AndroidManifest.xml to adjustResize

13.05.2010 15:35 пользователь jrichards1...@googlemail.com 
jrichards1...@googlemail.com написал:

Hi. i have created a basic scrollview where inside lies a linearLayout
populated with about 5-6 Textviews and EditTextViews.

the problem is that say if i wish to enter a text in the bottom half
of the scrollview, the keyboard pops up and i cant see what i am
typing inside the editTextView.

Does anybody know if there is a way to automaticaly make the
EditTextView located at the bottom of my scrollview, visible above the
android onscreen keyboard? Thanks in advance

--
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Beginners group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en