Is it possible to resize / move layouts to android at runtime?

I am developing an application in android in which the user interface is almost similar to igoogle. I wanted to know if I can change the layout layout in the android, for example, how to make it on the igoogle page. Please provide me a code example if someone has already done this. I also wanted to know if we can resize the layout at runtime.

Thanks in advance!

+3
source share
1 answer

To create an interface similar to igoogle, you probably want to use some kind of grid. Here is a library that can provide an appropriate view, allowing you to reorder items.

, , , . layoutparams.

0

Source: https://habr.com/ru/post/1778028/


All Articles