Skip to content

Keyframe animated pull to refresh, easy to extend you own PullToRefreshAnimation.

License

Notifications You must be signed in to change notification settings

jtribe/AndroidPullToRefresh

Repository files navigation

AndroidPullToRefresh

[ScreenShot]

Keyframe animated pull to refresh, easy to extend your own PullToRefreshAnimation.

User ListViewPlus in your project:

SimpleAdapter adapter = new SimpleAdapter(this, list);
mDroidPullToRefreshAnimation = new DroidPullToRefreshAnimation(getBaseContext(), R.layout.list_header_animated, R.id.animationView, 0, this);
mListView.setPullToRefreshWithAdapter(mDroidPullToRefreshAnimation);
mListView.setAdapter(adapter);

Extend PullToRefreshAnimation to create a keyframe animation yourself.

public class DroidPullToRefreshAnimation extends PullToRefreshAnimation {
}

I used synf studio to create the keyframe animation. www.synfig.org

Let me know if you have any troubles at tobias@jtribe.com.au

About

Keyframe animated pull to refresh, easy to extend you own PullToRefreshAnimation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •