Android Question LIBGDX - LoadLayout

Informatix

Expert
Licensed User
Longtime User
Im trying To load A form i created with the designer with Activity.LoadLayout("LogInFrm") inside IP_TouchDown event but my application crashes .

I believe i have read that you cant do such a thing while working with Libgdx.
Is that true ?
Are there any workarounds or suggestion to load my LoginForm ?

Thanx Guys !
Read the chapter "The libGDX life-cycle" in my guide of the lib.
 
Upvote 0
Top