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

declex_version = "2.0.a.35" $AlertDialog().message("it's ok").dialog(); shows a dialog with this message **it\\'s ok** when what is expected as the dialog message is **it's ok**. It works well with string resources,...

I tried hard to implement Cache Service in my project but it does not work, It says "cannot find declex_cache.jar" Can you please create a Ready to Start example with...

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

Now the code is testing DecleX annotations ;)

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