Android app to log into site and reorder display [closed]

omita

New Member
I want a simple app that will let me log into a website (not owned by me) and then display the content in a style more suitable for tablet/smartphone layout.From what I've read, there seems to be a few options. I've been exploring \[code\]cURL\[/code\] to scrape the contents. I just need a direction really to go off and explore/read a bit more.In it's base format, the app would be logging into a site like Play-station Network for example and then displaying the user profile (like trophies and friends) in a different format. There are apps already existing that do this and do it well. I'm just using the idea as a tutorial to move onto other things.I've browsed some threads on here that just seem to die because the user spec hasn't been explained properly which I hope I've done here. Examples are:[*]log-in-to-a-website-by-an-android-app[*]log-into-website-via-android-app[*]web-scraping-android-application[*]scraping-website-behind-login-android-application and[*]web-scraping-android-applicationIs \[code\]cURL\[/code\] the way to go?
Should I use jSoup?
Is one better than the other?
 
Back
Top