what is the problem? why it does not show up this method "tableLayout.getTabCounter()"
i tried this
dependencies
But the answer to your question is TableLayout does not have Tabs
to count, you have a Typo as you really mean TabLayout
Change your call of tableLayout.getTabCounter()
to tabLayout.getTabCounter()