I created an app that should put a few buttons ( or imageview) at random, I pass the maximum and minimum values and from there take the coordinates.
The problem is that in 4.2.2 compilation is perfect, but I seek to work for 2.3.3 because I want to share my application in google play.
i use android 4.2.2. to do the app.
button.setX() and button.setY()
but in android 2.3.3 ( API level 10 ) can use the methods
Do you know how could I in API level 10?
Thank you very much!