I’m about to start working on an app to compliment a local event promotion website I launched and have a few general and specific newbie questions about app development. I’m sure these have been asked numerous times so I apologize in advance - I did scroll around a bit and search the forums though.
Coming from zero app development experience, I was wondering how different screens within an app work. I used to program VB6 and it was common to just set different groups of controls to visible / invisible depending on what content the user should be looking at. So if a user clicks a News button, the app’s home screen content all goes invisible, the news content is loaded from the internet, and the news controls are set to visible (which is what also happens in Flash). Is this generally how screens work or am I way off?
Also, is there a way to load a web page inside an app (like an i-frame)? I am hoping to have a map for an event location in the top half the screen and the event details in a scrollable window below the map. As I’m mainly a web developer, it would be much easier for me to display content through an in-app web browser than download the XML data and try to parse and present it inside the app.
Thanks for your input!