Open MarceloTabian opened 4 years ago
After this pull request I found out that the library would fail intermittently. I fixed some thread synchronization issues and apparently, the problem was solved. I also added a simpler use example with a MIT license, so that it can be copied and modified.
I have divided the project in two, one to build a library and the other to use the library and present results in the gui.
I didn't request a pull to the branch core-only, because, this is not core-only. The core package is in the project "core" which generates an aar. The ui package is in an project which uses the core project and generates an App.
So everything is in this branch. I just split them.