MarceloTabian

Results 5 comments of MarceloTabian

I want to use the core only branch as a library. I checked out the branch, but it came empty. Have I committed a mistake or is the branch really...

Thank you for the fast answer. So I will try to compile the core package and generate a jar. Then I will include the jar in the project of the...

I have divided the project in two. Now, one project builds an arr, which is a library for Android, containing the core package and the other uses the arr and...

I did it, but named the branch split, because it contains both the core package, arranged to generate an arr, and the UI package to use the arr.

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...