My First Android Library, Part I
What I learned from building a custom widget
I built a software library recently. It’s a page indicator for mobile apps; the kind you’ve probably seen before with dots that change color to show what page you’re on. The one I made replicates Google’s latest iteration of this pattern with Material Design inspiration. It’s really rather cool looking, I think:
As you can see, each dot represents a page, where the white dot is the current page and the gray dots are the other pages.