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

After implementing #46 and #49, actions can be used in whole the program annotated with Enhanced Views, but they cannot be used yet inside Anonymous Classes, this is an important...

enhancement
important

Good afternoon, are there any new articles that explain the new functionalities added? They have thought about unifying framework dependencies

The @Export annotation should permit to specify in which classes it should Export the method. For instance, commonly some methods are intended to be used only in an activity, but...

enhancement

The problem can easily be reproduced adding a simple: ```java @Populate int someIdVisibility; ``` in an activity or fragment

bug

Right now ViewModels are linked automatically by DecleX, but some times it could be useful (and informative) to link manually the ViewModel and the view, in the simple possible way....

enhancement