Skip to content

Instantly share code, notes, and snippets.

View miguelbcr's full-sized avatar

Miguel Garcia miguelbcr

  • Alicante (Spain)
View GitHub Profile
package com.miguelbcr.tablefixheaderssamples.adapters;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import com.inqbarna.tablefixheaders.adapters.BaseTableAdapter;
import java.util.ArrayList;
import java.util.List;