BabakR-alefba
BabakR-alefba
Hello. How can I prevent to show the popup between two point? I want to show the popup when user touch only the dots.  Another problem. As you can...
How to get the index of the point that user clicked on in below code? ``` spline.setPoint(new HIPoint()); spline.getPoint().setEvents(new HIEvents()); spline.getPoint().getEvents().setClick(new HIFunction( f -> { Toast t = Toast.makeText( this,...
Hello. this line ` chartView.addFont(R.font.roboto_regular)` just work in debug mode. when I have a release of my application no font added to the app. I also add font like this...