declex icon indicating copy to clipboard operation
declex copied to clipboard

DecleX - Declarative Framework for Android, easier and faster coding.

Results 100 declex issues
Sort by recently updated
recently updated
newest added

If the layout has an ImageView with ID userImage, the following @Populate converts the field to String before calling Picasso (so, the file is not loaded correctly) ```java @Populate File...

bug

A case has happened to me in which I have an object that contains a list and I'm doing a populate. Here I put the created object: ``` @Model(lazy =...

If it is used @Populate in an @Exported annotated class, it will not work at least that you annotated with @Model, for instance, this doesn't work: ```java @Exported public SomeExportedClass...

bug

Let's say you make a Bean which is going to be used in an activity, and you declare an import like: ```java @Import public void finish() {} ``` The `finish()`...

defect