• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps How did facebook do a 4x2 size widget?

    Screenshot of the Facebook widget (form the Official Facebook for Android app) http://www.theunwired.net/media/news/android_facebook_widget.jpg Android documentation on allowable sizes for widgets Widget Design Guidelines | Android Developers So I've had a play around with sizes to try...
  2. M

    Apps ListView getting rendered multiple times

    So the situation is this, I have a ListView that is embedded in two LinearLayout ViewGroups to form a screen. BaseAdapter.getView() (the implementation of the ListAdapter) is typically called n times (where n is numElements) to render the screen. The problem I have is this set of calls is being...