↧
Answer by jcxavier for Best way to implement news feed - similar to sky news app
It is not clear whether you are going to implement the server yourself or you are going to consume a remote web service.In any case, you'll want to consume REST web services and read the news...
View ArticleAnswer by R.daneel.olivaw for Best way to implement news feed - similar to...
The first screen is a simple list activity loaded from a server in your case.Remote loading listsLazy listThe second screen can be a webview displaying an HTML page.Web ViewDo you need more info ?
View ArticleBest way to implement news feed - similar to sky news app
I'm currently in the process of producing a final year project, I decided on an android application after doing two years of java programming during the course. After deciding upon an music news and...
View Article