User Tools

Site Tools


icecondor:pigeon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
icecondor:pigeon [2008/12/09 20:17] 66.206.87.117icecondor:pigeon [2024/01/31 04:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Pigeon is the name of the background task in the android client.+Pigeon is the name of the service/background task in the android client.
  
 <code> <code>
Line 20: Line 20:
  
 <code> <code>
- New API methods: + New service API methods: 
-  addGeoRssUrl(String) +  addGeoRssUrl(String url
-  removeGeoRssUrl(String) +  removeGeoRssUrl(String url
-  GeoRssItemsFrom(String)  +  array GeoRssUrls() 
 +  array GeoRssItemsFrom(String url)  
 </code> </code>
  
 +I would like a way for the pigeon service to notify the app if its running when new updates arrive, but i dont know how to do that, so the app will poll pigeon with the GeRssItemsFrom(String url). The functionality is necessary even with service-to-app messaging for the case when the app first starts.
icecondor/pigeon.1228853862.txt.gz · Last modified: 2024/01/31 04:08 (external edit)