I am using ArCore for developing an application for measurement. I have used below link as reference and so far I am able to draw line. https://github.com/hl3hl3/ARCoreMeasure
I am struggling with "draw text on the detected plane using opengles". ( I believe I have to use opengles for drawing text)
I have referred below link for the same with no luck so far.
Note:- I don't want to use Sceneform library for the same as it has some issues due to which I shifted towards using core Arcore for the development.
Any help or suggestions will be appreciated. Thanks !!