If I hard code the value of Sprite's position, will the sprite's position change if the program is used in a different device?
I wonder if stays the same or the program will stretch the sprite depending on the size of the device. Mostly in my code, I position all my sprite with absolute value. Is it okay to hard code the value of sprite position?