Clean-Contacts
Clean-Contacts copied to clipboard
Clean Architecture implementation on Android
- Get rid of apt plugin, gradle now has built-in annotationProcessor. - Try not to leak too much library code into the app.
When you call the method "Contact obtain(String md5)", you return null if the cache is invalid. This will throw an exception if you wait a while to navigate the MainActivity...
Hi. I was wondering if the following behaviour is expected when rotating the screen, or if that will be fixed in a later release: 1) When first scrolling down the...