Hi..
I have started to make a version of my 2Degrees android widget for Vodafone as requested.
Search market for "Vodafone NZ Balance Widget" or something like that.
This is BETA at the moment, as I have found some errors in the prepay balance web page when retrieved through the java http client. I am using the m.vodafone.co.nz site to get the information..
Currently I am able to parse out correctly
On Account, Spend This month, PXT, TXT, Anytime Minutes, Offpeak Minutes
Prepay - Balance, Calling Credit
Here where it gets tricky, when received through the http client, the page renders up an error message in the table, so either the first item will have the error and non other will show, or the last will have the error, and you wont get the expiry date.
Now - I need "Tag" information for other balance items, eg Data, Internet packages, this way I can parse them and handle them correctly, they should show in the balance page the first time, or if you log onto m.vodafone.co.nz I need to see what is in the left coloumn..
eg above account i had access to has
10 PXT
100 TXT
20 Anytime Minutes
60 Offpeak Minutes
So, help me add more things in by posting them here! Any comments / problems would be appreciated.