Saturday, February 27, 2010

Android Development Tips and Issues

General
  • After importing a project created by someone else, you may need to correct the Project Build Target via project Properties -> Android panel.
UI
  • The attribute layou_height=fill_parent doesn't work as usually inside the ScrollView. Set the size explicitly, possibly using minHeight and MaxHeight.

    No comments: