Re: [android-beginners] Application not scrolling

2010-07-06 Thread Justin Anderson
This exact question was recently answered by Mark Murphy Wrap it in a ScrollView. -- There are only 10 types of people in the world... Those who know binary and those who don't. -

[android-beginners] Application not scrolling

2010-07-05 Thread Tanay M. Kapoor
ok this might be a very stupid question... but im using eclipse for my android development i have an activity which contains a form which exceeds the length of the screen... but when i press the down button while running the app on the emulator to move the cursor to the lower editTexts, the screen

Re: [android-beginners] Application not scrolling

2010-07-05 Thread Mark Murphy
On Mon, Jul 5, 2010 at 5:09 PM, Tanay M. Kapoor wrote: > Ok this is probably a stupid question but, > i have an activity in my application, its a form with lots of > editTexts and buttons > and it is longer than the screen can show in one time... > and in my emulator when a click the down button t

[android-beginners] Application not scrolling

2010-07-05 Thread Tanay M. Kapoor
Ok this is probably a stupid question but, i have an activity in my application, its a form with lots of editTexts and buttons and it is longer than the screen can show in one time... and in my emulator when a click the down button to move to the next editText the screen does now scroll with it...