INNER CODE UNIT · Java

MainFragment

evrencoskun/TableView · app/src/main/java/com/evrencoskun/tableviewsample/MainFragment.java:52

public class MainFragment extends Fragment {
    private Spinner moodFilter, genderFilter;
    private ImageButton previousButton, nextButton;
    private TextView tablePaginationDetails;
    private TableView mTableView;
    @Nullable
    private Filter mTableFilter; // This is used for filtering the table.
    @Nullable
    private Pagination mPagination; // This is used for paginating the table.

    private boolean mPaginationEnabled = false;

    public MainFragment() {
        super(R.layout.fragment_main);
    }

    @Override
    public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…