speedtest-android icon indicating copy to clipboard operation
speedtest-android copied to clipboard

Split projects

Open MarceloTabian opened this issue 3 years ago • 1 comments

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.

MarceloTabian avatar Oct 29 '20 00:10 MarceloTabian

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.

MarceloTabian avatar Nov 02 '20 18:11 MarceloTabian