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

com.zpf.api.ItemViewCreator Maven / Gradle / Ivy

package com.zpf.api;

import android.view.View;

public interface ItemViewCreator {
    IViewHolder onCreateView(View parent, int type);

    void onBindView(IViewHolder view, int type, int position, Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy