On Tue, Jul 20, 2010 at 12:25 PM, Carlos Junior
<carlosmacielj...@gmail.com>wrote:

> If a have some components in my screen and a listView in the end how
> could I scroll the entire screen?
>

You can't.


>  LinearLayout does not support scroll right?
>

No, usually you wrap it in a ScrollView.


>  Besides, ListView inside ScrollView is a bad idea,
>

It's not a "bad idea" as much as "it doesn't work".


> so I ask the android experts, how this problem could be solved?
>

Write your own containers? Good luck with that.


> Example of layout:
> <TextView/>
> <Button/>
> <EditText/>
> <Button/> <Button/>
> <TextView/>
> <ListView/>
>
> Is android incompatible with this kind of screen?
>

Not at all. This will work fine - just that the only thing that will scroll
is the ListView.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

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

Reply via email to