I have a website about sports new and I would love to make it an application on the Android platform. I already managed to make it with a big view loading an "android like" interface. But I would love to add more functionalities and I want to do it properly (get rid of webviews). I would love to get some advices, ideas, links, tutorials, anything really... to guide me to the right direction.
My project is quite simple, display a list of news, fixtures, or the rankings and clicking on a object would lead the user to a detailed page. List of news => Read news, Fixtures => Read game details etc...
I don't know what's the best approach for it. Requesting an XML from Android, or remotely connecting to the database (if possible ?)