Sunday, December 20, 2009

A first hand look at building an Android application

2 comments:

  1. Hey Hi you blog posts are very useful...
    i 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 ..?

    ReplyDelete
  2. Hi Yogesh,

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

    ReplyDelete