-
Home: http://androidannotations.org/ (generates files with underscore not to use reflection, awkward but fastest)
This overlaps with native Android data binding and support annotations so should be e…
-
-
- [x] 我已阅读并理解 **[贡献指南](https://github.com/wequick/Small/blob/master/贡献指南.md)**,严格遵循其约定。
# 错误报告
## 你做了什么?
在项目中集成androidannotations
```java
@EActivity(R.layout.activity_main)
public cl…
-
[AndroidAnnotations](https://github.com/excilys/androidannotations/) is an awesome library for simplifying Android development. As part of this story, please port the SignUpActivity (and related tasks…
-
[AndroidAnnotations](https://github.com/excilys/androidannotations/) is an awesome library for simplifying Android development. As part of this story, please port the ChangePasswordActivity (and relat…
-
simple code
validation not worked
``` java
@EFragment(R.layout.fragment_login)
public class LoginFragment extends Fragment {
@NotEmpty(messageId = R.string.validation_name)
@ViewById(R.id.edi…
-
Aspect with AndroidAnnotations annotation @EBean will Cause: zip file is empty error
@EBean
@Aspect
@Slf4j
public class AspectTest
{
@Bean(NetworkServiceImpl.class)
NetworkService…
-
I use AndroidAnnotations in my Android project and I would like to move that project to new project layout to build it using Gradle. It can't be done because your plugin internally uses "java gradle p…
-
Hello @ealden
There was a bug posted on AndroidAnnotations : https://github.com/excilys/androidannotations/issues/98
I don't know if it's an AndroidAnnotations bug or a gradle plugin bug, but I tho…
-
https://github.com/excilys/androidannotations/wiki
http://androidannotations.org/