-
I can't manage to use a @Bean inside a model because I can't make a method that get executed after the injection happens
-
Could be a good idea to add support to MenuItem in the params of method like:
```
@AfterViews
void init(MenuItem next){
next.setIcon(getActivity().getResources().getDrawable(R.drawa…
-
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 have…
-
Hi, I started following this new tech few month ago, but I feel kind of lost, I don't know where to start from. Do you have any manual o tutorial for beginners?
Thank you!
-
ActiveAndroid is nice, really nice. However, it appears not to support encryption directly.
Basing Declex on Realm (for instance), would allow transparent encryption both locally and on the server.…
-
It's important to make a documentation for each version of DecleX. As is well known, everything that is beginning is constantly changing, with the aim of eliminating deficiencies and adding new facili…
-
I was use a PageAdapter to display a list on each tab of three tabs. When I change the Incoming tab and come back to original tab, the list incomingShiftTrades no load the data from database and throw…
-
It would be great to have a method that does a reload in case the action fails with the model. Following the line of... [https://github.com/smaugho/declex/issues/86](url), could be realized with the r…
-
AlertDialogs in Declex are really easy using
$AlertDialog().message(R.string.rate)
.positiveButton(R.string.yes)
.negativeButton(R.string.no)
…
-
If you create events with parameters, and then they are used to reload a model, an error is generated since no parameter is recognized. Suppose we have an event like this:
```
@Event
void onSomeE…