Kay J.

Results 51 comments of Kay J.

have you at least tried to use the `@style/Theme.Sherlock.Light.DarkActionBar` directly, does that work?

Sounds like a good idea. But it looks like it might become a bit complicated from what i found from a short time of googling: - some listeners (e.g.) focus...

Maybe we can add a check if `BuildConfig.DEBUG` is true? so it will log on dev mode but not in release builds (without having called `setprop`?

I'm not sure. Is there a reason to not extend it? As long as `getContext()` returns the `Service` or `Activity` (i'm not sure here as i never required more than...

In terms of reusability this is true. But in some cases/projects using a bad design like this is totaly valid. e.g. In the view is only created to separate some...

> Sometimes, I need to inject already existing dependencies, or non annotated dependencies, but I can't add constructor parameters with AA. that's why I would like to be able to...

Unfortunately this project is kinda dead. I have not done any mobile dev in years, stopped even before my last contributions to AA. Also as far as I can tell...

I just merged PR https://github.com/androidannotations/androidannotations/pull/2308 which adds a deprecation notice. The deprecation note has also been posted on twitter: https://twitter.com/AndAnnotations/status/1531609964992667652 I'll keep this issue open for additional visibility.

@WonderCsabo any idea if this is still relevant since the eclipse-dependencies are gone?

Sounds like an interesting idea. Maybe this could be more intelligent by looking at all available configuration classes for `@Bean`s that do not have a classic @EBean. This could be...