We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Google Play Style Tabs using TabLayout (markdown)
Migrate to AndroidX
Not a good practise to use px. Using dp instead.
Typo: setIcon was setting to constant image instead of getting different images using index
Typo: length of array is a property and does not require a method call
use AppCompatDrawableManager.get().getDrawable() instead of ContextCompat.getDrawable() for prelollipop versions. reference http://stackoverflow.com/questions/35622438/update-android-support-library-to-23-2-0-cause-error-xmlpullparserexception-bin
Not sure why this was changed. Librarys isn't even the right spelling.
Switch all internal links to relevant links
Replace FragmentActivity with AppCompatActivity
Typo in onRestoreInstanceState()
New use of getDrawable() method in ### Add Icons to TabLayout
Move every imgur image to https secure ssl
Fix spacing.
Add parenthesis.
Show how to take advantage of the new getSelectedTabPosition() in TabLayout.
Link to the setup instructions.