android-lollipop-exercise icon indicating copy to clipboard operation
android-lollipop-exercise copied to clipboard

Android app to introduce lollipop features

Results 1 android-lollipop-exercise issues
Sort by recently updated
recently updated
newest added

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...