Domesticated robots are at our doorstep ready to serve
-
PhD student Shaukat Asidi, Mary Anne Williams and PR2.
'Think of your most tedious household cleaning task. Now think about never
having to do it again,''...
12 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.