EffectiveAndroidUI
EffectiveAndroidUI copied to clipboard
Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show...
When i try to build the app i get this : `Error:(13, 0) Plugin with id 'sonar-runner' not found. Open File`
Hey, shouldn't you call `ButterKnife.unbind(unbinder)` in your [`BaseFragment`](https://github.com/pedrovgs/EffectiveAndroidUI/blob/master/app/src/main/java/com/github/pedrovgs/effectiveandroidui/ui/fragment/BaseFragment.java)'s `onDestroyView(..)` callback?
the crash log: 01-15 11:57:23.631 11565-11565/? D/dalvikvm: Late-enabling CheckJNI 01-15 11:57:23.701 11565-11565/com.github.pedrovgs.effectiveandroidui W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;) 01-15 11:57:23.701 11565-11565/com.github.pedrovgs.effectiveandroidui I/dalvikvm: Could not find method...
The pull request fixes the exception: ``` android.view.InflateException: Binary XML file line #32: Error inflating class at android.view.LayoutInflater.createView(LayoutInflater.java:620) at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56) at android.view.LayoutInflater.onCreateView(LayoutInflater.java:669) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:694) at android.view.LayoutInflater.rInflate(LayoutInflater.java:755) at android.view.LayoutInflater.inflate(LayoutInflater.java:492) at android.view.LayoutInflater.inflate(LayoutInflater.java:397)...
Part of error report: ``` FATAL EXCEPTION: main android.view.InflateException: Binary XML file line #11: Error inflating class android.widget.TextView at android.view.LayoutInflater.createView(LayoutInflater.java:613) at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56) at android.view.LayoutInflater.onCreateView(LayoutInflater.java:660) at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685) at android.view.LayoutInflater.rInflate(LayoutInflater.java:746) at android.view.LayoutInflater.inflate(LayoutInflater.java:489)...