I can see the interest in using the Static modules for computing routines, but they seem to be overwelming limited...
I am trying to use a Static Code Module to set my Layouts dinamically, acording o physical specs of the running device, such as Height, With and Scale factors, and using one sub for each "activity" screen (notice the quotes, not as activity per say)... DIMming the views and setting the layoutvalues acording to the factors...
BUT, in orde to, in the corresponding Activity (un-quoted), add the created views, I HAVE to reset the layout, wich void the Code Module purpose...
Is there something I am missing?
Can I add a view to the activity without resetting its layout?
I am trying to use a Static Code Module to set my Layouts dinamically, acording o physical specs of the running device, such as Height, With and Scale factors, and using one sub for each "activity" screen (notice the quotes, not as activity per say)... DIMming the views and setting the layoutvalues acording to the factors...
BUT, in orde to, in the corresponding Activity (un-quoted), add the created views, I HAVE to reset the layout, wich void the Code Module purpose...
Is there something I am missing?
Can I add a view to the activity without resetting its layout?