Dmitry Ryadnenko

Results 6 comments of Dmitry Ryadnenko

It's easier because you no longer need to think which method to use: `putString()`or `putBoolean()`, or `putInt()`. Just use a generic `set()`, or `put()`, or whatever, and you are golden.

@rexdf > How about area of circle? Area of circle is an integral over a linear function. `1/2` is natural and expected in such expressions. Kinetic energy: Familiar, righ? Now,...

What do you mean? I've tried it recently, it works with data binding. ```kotlin val articlesAdapter = Klaster.withViewHolder() .itemCount { articles.size } .viewHolder { _: Int, parent: ViewGroup -> val...

Thank you. Can you provide a sample project that illustrates this problem?

Thank you for your answer Mark. It's clear now. I thought that `Item` objects are models, because they are inside `applicationmodel` package, and `ItemEntity` objects are entities because they are...

I like the class naming. I'm talking about renaming the java packages where the classes are located. `applicationmodel` -> `entity`, `entity` -> `jpaentity` or `dbmodels` or something like that.