[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...

[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

[android-beginners] RSS feeds

2010-03-14 Thread Tanay M. Kapoor
ok i just started with some android application development !!! and want to get data from RSS feeds of a few websites... how do i do that ? I've looked in quite a few books and online but cudnt really find anything substantial... can any1 help me out ? -- You received this message because you

[android-beginners] Re: RSS feeds

2010-03-14 Thread Tanay M. Kapoor
i've looked at webviews... the only use i can derive out of these are displaying the webpage within my activity... but what im looking to do is making an application which will read rss feeds from different websites and let me display the feeds at will... webview just enable me to show the web

[android-beginners] textview inside listview

2009-06-30 Thread Tanay M. Kapoor
Hi, i am trying to make a address book application to do this i have prepared a textview to represent each contact info and a list view in which i want to place this textview. but i am unable to do this some one please help out if you could sent me the code my email is tmkap...@gmail.com Thank