-
When trying to create a BoundBox of a class with a generic method, the created class doesn't compile due to failing to pick up the details of the generic element.
The method in question looks like th…
-
In your blog, you mentioned that organizing the code via feature is better and I totally agree. In my case, I've split my app into different modules and each module is actually a feature. I assume tha…
-
如题,嵌套在ViewPage里面,用Glide加载图片,代码中动态创建PhotoView。
启用图片缩放功能photoView.enable(); 后,图片要将近3秒才能显示出来(本地图片);
// 禁用图片缩放功能photoView.disenable();后,图像不到1秒就显示出来了;
请问有遇到这个情况吗?
附:代码片段:
package com.simop…
-
Hi!
Right now, adding `@Trace` above a method adds `isLoggable(String tag, int level)` check, but this method returns always false if log level is below INFO (i.e. debug and verbose). The only way to …
-
Hi,
I'm dealing with the following problem:
I start an Activity from which I instantiate a fragment that contains DuoDrawerLayout. From within that fragment I try to call another fragment, but I g…
-
I can't use AA with gradle 7.2.0. Is this active?
-
**AndroidAnnotations version**: 4.8.0
**Android compile SDK version**:29
**Annotated code**:
@EApplication
public class XXXXX extends SharedApplication {
.....
@Pref
SharedPrefs_ sh…
-
This is a template, please adjust it accordingly to your specific issue.
You may also want to read our [issue guide](https://github.com/androidannotations/androidannotations/wiki/HowToWriteAnIssue).
…
-
I am not familiar with Groovy AST transformations and it's capabilities, but would it be possible to parse the layout XML file during transformation, and then create getters (or fields) for each view …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Installed ecocode Android 1.1.0 on SonarQube 9.9LTS and made quality…