Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyhaberman/restful-android
An attempt at implementing a RESTful Android application
https://github.com/jeremyhaberman/restful-android
Last synced: 3 months ago
JSON representation
An attempt at implementing a RESTful Android application
- Host: GitHub
- URL: https://github.com/jeremyhaberman/restful-android
- Owner: jeremyhaberman
- Created: 2011-12-06T22:55:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-07T12:19:15.000Z (almost 13 years ago)
- Last Synced: 2024-07-01T10:54:39.035Z (5 months ago)
- Language: Java
- Homepage:
- Size: 1.51 MB
- Stars: 72
- Watchers: 12
- Forks: 87
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# RESTful Android
RESTful Android is an attempt to implement the RESTful Android app architecture as described in [Developing Android REST client applications](http://www.google.com/events/io/2010/sessions/developing-RESTful-android-apps.html).
# Third-party software
This product contains the following library:
scribe-java
https://github.com/fernandezpablo85/scribe-javaThe MIT License
Copyright (c) 2010 Pablo Fenandez
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.