ok o my program i prefer to make the layout in java but i was wondering is it more efficient to make it in xml? i dont wanna test both and see whats faster but it feels like when my program call the oncreate (which is where all my layout building code is) takes about 2 secs to load, will loading a layout from xml be faster?
also a second question, i know you can allocate two different layouts (one per landscape or portrait) but does it till rerun oncreate when you do this and rotate? i ask because im considering not using landscape at all in my app however it would be usefull in a few situations like text entry but is there a way to jump to lanscape without calling oncreate so it will load much faster? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en