Hi there,
Dissatisfied with the way libgdx handled tables I gave a shot to table-layout. Only when I try to add a Label of a Button or something else the table constructor is asking me for a View-object, while Libgdx's buttons and Labels are different from that.
I downloaded your project from github and packed all into a jar. Then I added this jar to android libs and added it to the build path. The import looks like this : import com.esotericsoftware.tablelayout.android.Table;

However, in your example code I see you just adding the gdx objects. Definitely I am missing something, hope you can help me out...thanks in advance!
Ap