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

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

There is a newer version: 1.1.1
Show newest version
// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available

package android.support.v7.widget;

public class RecyclerView {

  public static abstract class ViewHolder {

  }

  public static abstract class Adapter {

    public Adapter() {
    }

    public abstract VH onCreateViewHolder(android.view.ViewGroup viewGroup, int i);

    public abstract void onBindViewHolder(VH vh, int i);

    public int getItemViewType(int position) {
      return 0;
    }

    public abstract int getItemCount();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy