• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Putting Views in movement ?

Yoyojava

Lurker
Hello,

I try to creat an activity where I can have some view (text, image, button, etc ...) in movement randomely. I found any solution on internet. I don't ask you to explain me everything but if you know where I can found some documentation on internet it will be great.

Thank you
 
Not sure what you want to do. Components such as TextViews are positioned according to the layout you're using. It's possible to change the layout dynamically at run time, but it's not clear exactly what you wish to achieve.
 
I want to change the layout position dynamically. To be more precise I have to creat game with android studio, and I had the idea to put in an activity some object in movement with wich the user can interacte, and remove the objecte with his finger.
 
Back
Top Bottom