Hello everybody,
I am a complete beginner and I wondered if anyone would be kind enough to offer me some advice and maybe a little help with an app I am trying to create.
Ive spent the last couple of days playing around with and creating a few very basic apps using various tutorials from around the web and so far Ive been pleased with what Ive managed to do. Hopefully the time Ive spent so far will have given me at least the basic knowledge I need in order to follow any advice you may give me here!
Let me start by explaining a simple version of what I am trying to create:
I want to build a simple news-reader style tab-bar app. When on a tab I want the user to see a navigation bar at the top, a scrollable list of news stories that the user can select and the tab bar at the bottom. Once a news story is selected the view will move to the right and show a detail view of that particular news story. On the detail view I want the same navigation bar to show a back button, the scrollable news story in the middle and a separate bar with different buttons at the bottom (replacing the tab-bar). The closest example of a real app to this that I imagine some of you may have is the Engadget app.
What I can do so far:
I have created an app with a few tabs. Some tabs load a static view with pictures and text while others are set up with a WebView which displays a particular URL.
Question:
One of my main queries is regarding the source of the news list and news detail pages. After reading and watching many tutorials I cant decide which of the following is for the best:
1.
News Story List - Webpage in HTML
News Story Detail - Webpage in HTML
Create a view that features a WebView that displays the story list and lets the user choose a news story.
2.
News Story List Table with custom Cells that pull data from the web
News Story Detail View set up to pull data from the web
Create a view that displays the table with custom cells that lets the user choose from to move across to the detail view.
I would much prefer to go down the 1st route but my main problem here is with the selection and animation. I want each news story in the list to show a picture, a headline and a subheading and for the user to be able to touch the whole cell (highlight in blue like a list on the iPhone) to select it and not just the text or picture. Is this possible using HTML/CSS or do I have to use my second option above? I also want the transition animation where it moves to a view on the right when a user picks a news story.
Please accept my apologies if I havent used all the correct terminology! Any help or advice with what I am attempting would be very much appreciated.
Dave
I am a complete beginner and I wondered if anyone would be kind enough to offer me some advice and maybe a little help with an app I am trying to create.
Ive spent the last couple of days playing around with and creating a few very basic apps using various tutorials from around the web and so far Ive been pleased with what Ive managed to do. Hopefully the time Ive spent so far will have given me at least the basic knowledge I need in order to follow any advice you may give me here!
Let me start by explaining a simple version of what I am trying to create:
I want to build a simple news-reader style tab-bar app. When on a tab I want the user to see a navigation bar at the top, a scrollable list of news stories that the user can select and the tab bar at the bottom. Once a news story is selected the view will move to the right and show a detail view of that particular news story. On the detail view I want the same navigation bar to show a back button, the scrollable news story in the middle and a separate bar with different buttons at the bottom (replacing the tab-bar). The closest example of a real app to this that I imagine some of you may have is the Engadget app.
What I can do so far:
I have created an app with a few tabs. Some tabs load a static view with pictures and text while others are set up with a WebView which displays a particular URL.
Question:
One of my main queries is regarding the source of the news list and news detail pages. After reading and watching many tutorials I cant decide which of the following is for the best:
1.
News Story List - Webpage in HTML
News Story Detail - Webpage in HTML
Create a view that features a WebView that displays the story list and lets the user choose a news story.
2.
News Story List Table with custom Cells that pull data from the web
News Story Detail View set up to pull data from the web
Create a view that displays the table with custom cells that lets the user choose from to move across to the detail view.
I would much prefer to go down the 1st route but my main problem here is with the selection and animation. I want each news story in the list to show a picture, a headline and a subheading and for the user to be able to touch the whole cell (highlight in blue like a list on the iPhone) to select it and not just the text or picture. Is this possible using HTML/CSS or do I have to use my second option above? I also want the transition animation where it moves to a view on the right when a user picks a news story.
Please accept my apologies if I havent used all the correct terminology! Any help or advice with what I am attempting would be very much appreciated.
Dave