Akash Ratanpara
Results
2
comments of
Akash Ratanpara
Hey Ram8948, You can set Sticker at a specific position using the below method. ``` public void setBitmap(Bitmap bitmap, float x, float y) { matrix.reset(); mBitmap = bitmap; setDiagonalLength(); initBitmaps();...
Hey pateljc, You can get center x and y position using below code. Please write this code snippet inside the **StickerView** class ``` private float positionX, positionY; private void getCenterPoint(PointF...