Tag Archives: android

android custom component

I recently created an android custom component. To get started, I simply wanted to use the android framework’s CheckedTextView as the starting point. This is because I had an existing project having walked through a tutorial video on safari.oreilly.com. In the tutorial, CheckedTextView was used to create a custom list item for a ListView. I […]