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

android.support.v7.widget.RecyclerView Maven / Gradle / Ivy

package android.support.v7.widget;

/**
 * Stub object for RecyclerView
 * @author xcesco
 *
 */
public class RecyclerView {

	public class Adapter {

		public void notifyItemRangeInserted(int position, int count) {
			// TODO Auto-generated method stub
			
		}

		public void notifyItemRangeRemoved(int position, int count) {
			// TODO Auto-generated method stub
			
		}

		public void notifyItemMoved(int fromPosition, int toPosition) {
			// TODO Auto-generated method stub
			
		}

		public void notifyItemRangeChanged(int position, int count, Object payload) {
			// TODO Auto-generated method stub
			
		}

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy