Richard Harris - MacArthur Park
-
"Spring was never waiting for us, girl
It ran one step ahead
As we followed in the dance
Between the parted pages and were pressed
In love's hot, fevered i...
4 years ago
Hey Hi you blog posts are very useful...
ReplyDeletei have one doubt .. actually need help from you.
I want to have a screen with one List ( scrollable items) and few button in bottom..
how to get it done ..?
Hi Yogesh,
ReplyDeleteDo you want the buttons at the bottom to always be visible?
Assuming you're using a ListView, you can use the addFooterView method.
You might also find these links helpful:
http://stackoverflow.com/questions/2318775/how-to-create-fixed-footer-in-android-layout
&
http://blog.maxaller.name/2010/05/attaching-a-sticky-headerfooter-to-an-android-listview/
.. Hope you find that useful. Let me know if you need anything else.