AndroidBaseUtils icon indicating copy to clipboard operation
AndroidBaseUtils copied to clipboard

Context free and basic utils to build Android project conveniently

Results 23 AndroidBaseUtils issues
Sort by recently updated
recently updated
newest added

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

Feature Request
Need Volunteer

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?

Bug
Need Volunteer

Need Volunteer
Test Case

1. Update `ExtraBinder` to deal with `bind` method. 2. Write a proper test method for `ExtraBinder`.

Feature Request
Need Volunteer

Feature Request
Need Volunteer

Feature Request
Need Volunteer

Feature Request
Need Volunteer