is there any tutorial for Xtify notifications with the android, to get information from a webservice into an xml file?
Asked
Active
Viewed 559 times
1 Answers
1
I'm not exactly sure what "get information from a webservice into an xml file" means however Xtify's documentation is quite extensive.
Check out Implementation Guide Android for details on how to get started. I also highly recommend downloading the SDK which includes several sample Android apps which you can use as a guide.
There are couple of API's available:

Jeremy
- 2,870
- 3
- 23
- 31
-
is the following I have an application that accesses an xml file that is updated periodically, I wanted to make a push for notification when these updates are made to fire a warning on the phone to the User open the application and check for updates – Satan Goss May 10 '11 at 14:05
-
Take a look at the Push Notification API I mentioned above, it can be used for 'ad-hoc' notifications. – Jeremy May 10 '11 at 16:23