Hello everybody, greetings from Mexico.
I have a client that want me to develop an iPad/iPhone App for a Local Newspaper and I was wondering if somebody here can guide me on what is the best way to accomplish this project.
I was thinking something like the Washington Post App or the USA Today App, where they have a grid with different news stories in a single page, and then you select the one you want to read.
Do I need to do everything in WebViews?
While in the front page, if I need to scroll up or down to see even more news, do I need to put everything inside a ScrollView?
I´m confuse on how to approach this project or if it is possible with Titanium, so any help would be greatly appreciated. Thanks a lot!
3 Answers
Avoid webViews if possible, they are very "expensive" in performance terms. Usually, you will need (sumarizing) a title and a body, which can be effectively done with labels and will be easier to work with. News doesn't need special formating, they are usually in plain text.
I think you will need scrollableViews instead of scrollViews. Take a look to the NBC app, which has been done with Titanium. Is not a newspaper, but can give you some ideas and feel more confident about Titanium capabilities.
http://itunes.apple.com/us/app/nbc/id442839435?mt=8
I'm sure you can do a newspaper with Titanium, of course!. Good luck!
Thanks Javier... No webViews, got it!
The NBC App is an excellent example of what can be done with Titanium, in fact, when the App was announced, I suggested that someone from the Titanium Team, should make a tutorial on how they may have done it or the techniques used in it. That would be great!
I already did something for a news site on the iPhone and is working great, but I'm using a TableView with 2 labels and an imageView inside an X amount of TableViewRows, but I have no idea what to do for the iPad version, by looking at the other Apps, I don't know how to make the "irregular" grid that they are using (squares of different sizes inside an scrollableView maybe?... with text and pictures inside?).
Any other thoughts or suggestions? Thanks!
BTW, I haven't played with the KitchenSink for iPad, maybe there is something there that I haven't looked at. That's why I don't know how to accomplish this project.
Hi Cesar,
We (www.imgzine.com) have developed a magazine-like App for newspapers. We are currently selling/licensing it to several Dutch newspapers and are looking to expand abroad. If you are interested in working with us on this instead of building from scratch, let me know at marijn[at]imgzine.com
Your Answer
Think you can help? Login to answer this question!