Raul Portales

Results 77 comments of Raul Portales

I was under the impression that ARToolkit did that caching already. If I remember correctly, ARToolkit tries to get the right camera.params, if not, takes the default one on the...

ARToolkit has been under massive rework, since they have been working on a new version for a while, and for all I know, backwards compatibility is not guaranteed. I think...

So, there is the [native call to set the camera parameters on ARActvity](https://github.com/plattysoft/ArToolKitJpctBaseLib/blob/master/ArJpctBaseLib/src/main/java/org/artoolkit/ar/base/ARToolKit.java#L181) If we can intercept the file and put the cached one here, then it's all fine, otherwise...

This is a very good point. I was thinking of a similar approach, but never got it implemented. My idea was very similar but using enums for single / nft...

I don't think many people is using this library, marking it as deprecated is probably the best idea, it does not feel like a change to trigger a major version...

That's strange, the project is done using Android Studio, and it worked fine. Are you using it as a library getting via gradle or downloaded the source code?

Thanks for contributing. Latest code (not into a released version yet) has added a marker visibility change listener an a variable with the latest known state of the marker visibility....

You just have to use the same concept of the multi-colum adapter for the children of the expandable list view and keep the parent items as they are, it should't...

Oh, that's interesting. I did not had that problem, but I can imaging it happening on specific version of the OS. Can you make a pull request?

I haven't been actively supporting this repo for a few years, but at the very least I should make it available.