I want to build an application where for certain pages there will be image views and table views, with subviews connected to them to be implemented. What template should i use and where should i start?
I want to build an application where for certain pages there will be image views and table views, with subviews connected to them to be implemented. What template should i use and where should i start?
The key phrase is "certain pages"... are you suggesting that your App involves navigation amongst certain pages/screens...? If so, a navigation-based solution is appropriate.
The key phrase is "certain pages"... are you suggesting that your App involves navigation amongst certain pages/screens...? If so, a navigation-based solution is appropriate.