Skip to content

Instantly share code, notes, and snippets.

View ISchwarz23's full-sized avatar
🥞

Ingo Schwarz ISchwarz23

🥞
  • Airbus Defence and Space
  • Ravensburg, Germany
View GitHub Profile
@ISchwarz23
ISchwarz23 / ExpandableTableDataAdapter.java
Created August 26, 2016 13:17
A TableDataAdapter that supports expanding rows by long clicking them. This TableDataAdapter can be used in the TableView and the SortableTableView.
package de.codecrafters.tableviewexample;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import de.codecrafters.tableview.TableDataAdapter;
import de.codecrafters.tableview.TableView;