Yarikx/reductor

Is it possible to use reductor without android?

se-panfilov opened this issue · 2 comments

Hey, thanks for reductor.
It's not an issue, but a question. And yeah, I'm not really good at java.

I have two questions:

  1. Is it possible (a good idea?) to use reductor on pure java app (not android)?

  2. Some parts of example confusing me. Like this one:

 public static CounterReducer create() {
        return new CounterReducerImpl(); //Note: usage of generated class
    }

Is that an android magic?

@Yarikx Thanks for answers.

I'll close issue, but tbh It would be good to have an example with setup for non-android environment. Cause me and perhaps other guys may feel troubles with that.