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

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

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

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