Yash Kolte
Yash Kolte
In case anyone else is trying to achieve the same, I have implemented this as an extension to `com.j256.ormlite.field.types.SerializableType`. Assumption : The elements marked as `@ElementCollection` are `java.io.Serializable` (there is...
Is there any example available to refer to ?
Thanks for the example, while I am trying this out on my side I would like to ask a few questions if it is possible for you to answer. Does...
That's right. But in my case the code which needs to be weaved sits in a third module and added as a dependency to the app module. This doesn't seem...
I tried to refactor the example provided by you : 1. Add a DummyApplication class in post-compile and added it to the AndroidManifest.xml to make the example self sufficient. 2....
Not really, have been trying to find reference on how to provide it. For each weaving plugin the usage seems different. For the current one somewhere I found it needs...