Click here to Skip to main content
15,902,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
How to set my images display at same position in all devices in android?
I am using canvas.
int z1=width/2,int d=height/2;
Point startPoint3 = new Point((int)z1, (int)d);

this._Image.add(new Myimage(this._context, this, startPoint3, 50));

please help me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900