Apps

MAUI Project

This is availabe on Android and iPhone and all other apple devices.

Developed with .NET MAUI technology.

Privacy Policy

This is an app which convert units and it is available for all users.

This app does not collect any data and is safe to be used by all users.

Unit Convertor app by Anshu Apps on Google Play

Signature AAR Library

Functions:

Set the color of ink. color: This is an int containing an alpha and r,g,b.

Set the thickness of the ink. w:  0 means hairline mode. it will draw one pixel width.

Clear the signature area.

convert signature drawn on the screen to a base 64 string. This string can be saved to a data store of your choice. path: a java Path object. it contains all the points on your signature. w:  width of the signature in int. h: Height of the signature in int.

clone the path stored in your signature to a path variable.

copy the path stored in your signature to a path variable by reference.

p: set the Path variable in your signature object to the one which is passed here as a parameter.

picture above shows Signature library included in the layout xml and a button ( "clear" ) is also created. 

Picture above shows how to use the Signature library in the code.