Adrián Rivero

Results 77 issues of Adrián Rivero

Hi, I've not seen any progress in the project since 2014... Is the development completely stopped?.. Is there some other developer continuing with the improvements in some forked repo?.. I...

Event binding in AA right now is limited to some specific View Listeners, let's say `@Click`, `@OnLongClick`, or similar. Even if all those annotations are quire similar, it is mandatory...

We resently added Fragment Scope for EBean annotated classes on #2206. Its usage right now is simply to ensure that the EBean is the same if it is injected in...

AdapterDelegates https://github.com/sockeqwe/AdapterDelegates is an amazing approach to reduce the BoilerPlate related with Adapters, and to support different type of views depending of different Models. It would be great if Declex...

cool to have

Implementing @LocationModel, any model can be used to gather the user location from GPS. It is recommended to use Google Fused Api to do this. Basically, let's say you have...

enhancement

Similar to issue #139, a @ContactModel can be added to make the interface (as well as queries) with the Contacts library. It will add as well a default Contact model...

enhancement

`@Externals` are a good way to support MVVM in DecleX, they manage automatically the Binding of the elements, which is common in modern frameworks like the reactive ones... But, there's...

enhancement

When working with network connections, a classical scenario it is to report to the user if any error occurred, and to dismiss some loading dialog... for instance: ```java Dialog progressDialog...

enhancement

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

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