AndroidBaseUtils
AndroidBaseUtils copied to clipboard
Context free and basic utils to build Android project conveniently
Hello, We are currently using your library in one of our application. Actually we need a favour from your side. According to the Google Play Policy, all apps have to...
why repo not dependency with implementation?
``` 05-23 23:35:25.698 16106-16106/top.navyblue.leandemo E/AndroidRuntime: FATAL EXCEPTION: main Process: top.navyblue.leandemo, PID: 16106 java.lang.RuntimeException: Unable to bind extras for top.navyblue.leandemo.LoginActivity@1cb0ff52 at com.thefinestartist.binders.ExtrasBinder.bindObject(ExtrasBinder.java:51) at com.thefinestartist.binders.ExtrasBinder.bind(ExtrasBinder.java:24) at top.navyblue.leandemo.LoginActivity.onNewIntent(LoginActivity.java:60) at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1211) at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1223) at...
Inside my `ViewPagerFragment`, which extends `support.v4.app.Fragment`, while invoking `ExtrasBinder.bind(this);`, I am getting the following err: `java.lang.ClassNotFoundException: com.accenture.android.test.fragment.ViewPagerFragment$$ExtraBinder` What can cause this problem?
1. Update `ExtraBinder` to deal with `bind` method. 2. Write a proper test method for `ExtraBinder`.