TurboImageProject
TurboImageProject copied to clipboard
How can I addObject at a specific location
I would like to add 6 items in turboImageView using addObject(..., ....) but I would like to set them in specific Location. So I am using something like this:
PositionAndScale positionAndScale = new PositionAndScale();
positionAndScale.set(940, 740,
false, 0,
false, 0, 0,
false, 0);
PointInfo pointInfo = new PointInfo();
turboImageView.setPositionAndScale(multiTouchObj.get(i), positionAndScale, pointInfo);
turboImageView.addObject(getActivity().getApplicationContext(), R.drawable.weather_cloudy_day);
but unfortunately any of the 6 items is at the Center.
Is there any solution?
Hi @tsakmalis,
I am facing the same issue as yours. Is there any solution you found regarding that, or is there any other library that can enable us to do so. Please let me know.
Thanks in advance.
I am also facing any issue. any solution guys?
@itvignes09 I had solved this issue u have to copy the library and make some changes to that code
Ok thanks @DeepankarElanWrap