android-lollipop-exercise
android-lollipop-exercise copied to clipboard
Change ContactsAdapter.VH class to static.
Non-static inner classes are not good practice in general, and whenever the inner class really doesn't need access to its enclosing class object (in this case ContactsAdapter), we should make it static.