Explore ActionBar-PullToRefresh, a customizable open-source library that implements Gmail-style pull-to-refresh UI patterns with automatic Action Bar styling for Android apps
Prevent ListView position flickering when swapping cursors by blocking the layout children during data updates and using setSelectionFromTop to maintain scroll position
Android-PullToRefresh library development has been stopped after 18 months as the project reached feature completeness and maintenance burden became unsustainable
Create visually prominent animated Action Bar items that guide users toward important actions by implementing custom action layouts with background animations
Release of photup photo-sharing app to open source under Apache v2 license with 80,000 downloads, featuring photo tagging, uploading services, and clean code examples for Android developers
Optimize ImageView performance in RecyclerViews and GridViews by skipping unnecessary layout passes when displaying images of equal size, improving scrolling performance