androidandroid-studioandroid-fragments

the method "tableLayout.getTabCounter()" does not show


this is the code

what is the problem? why it does not show up this method "tableLayout.getTabCounter()"

i tried this

dependencies

enter image description here

enter image description here


Solution

  • 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()