All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.handmark.pulltorefresh.library.internal.SDK16 Maven / Gradle / Ivy

package com.handmark.pulltorefresh.library.internal;

import android.annotation.TargetApi;
import android.view.View;

@TargetApi(16)
public class SDK16 {

	public static void postOnAnimation(View view, Runnable runnable) {
		view.postOnAnimation(runnable);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy