Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smashingboxes/android-apihelper
https://github.com/smashingboxes/android-apihelper
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smashingboxes/android-apihelper
- Owner: smashingboxes
- Created: 2013-04-18T13:44:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T17:41:17.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:08:24.054Z (7 months ago)
- Language: Java
- Size: 1.98 MB
- Stars: 0
- Watchers: 41
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
APIHelper
=========A set of methods to help me not have to rewrite API interactions in the future. First stab at it. May be a better way.
How to:
* Reference the library in your project.
* Create a BroadcastReceiver, where necessary, to listen for results.
* Pass a url and parameters to an api method.
* See example project for details.Future:
* Funnel all calls through a gatekeeper method to reduce duplicated code.
* Set up a queue to handle gaps in connectivity.---
Next
* Listen for network status change. Use that to set a boolean in NetworkStatusHelper.
* If no network, queue.
* If network returns, run queue.