Hi,
Thank you all for this site.
I have a couple of questions for my new app.
I am trying to develop an app that consists of 4 tabs. Tab1, I have couple of buttons and I want once I press button1 to switch another layout (.xml) file that has login screen. I switch between tabs once a button is clicked, but I need to completely show whole different layout.
I am currently using One Activity only and can switch tab UI via method calls. I can call method that had 2 tabs, 3 tabs etc.
One thing to remember, I read somewhere that using intents to change layouts may decrease the app performance. Is this true?
Also can you recommend the best method to develop a dynamic GUI. Will intents and several Activities do, or method calls with diff layout file be ok.
Thanks in advance.