tags:

views:

36

answers:

1

Hi people,

how do i change the position of my button in my screen dynamically???

example:

change the x position and my y position Can anyone help me?

A: 

For this, you have two options:

  1. Code your UI completely using Java (Full flexibility)
  2. Use layout parameter to set the layout to position (Limited settings)
Vinay