Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidparts/droidparts
https://github.com/droidparts/droidparts
android android-library background-jobs dependency-injection event-bus java json orm rest
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/droidparts/droidparts
- Owner: droidparts
- License: apache-2.0
- Created: 2011-12-14T18:12:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T20:09:33.000Z (over 6 years ago)
- Last Synced: 2024-05-21T15:20:47.831Z (6 months ago)
- Topics: android, android-library, background-jobs, dependency-injection, event-bus, java, json, orm, rest
- Language: Java
- Homepage: http://droidparts.org
- Size: 14.1 MB
- Stars: 772
- Watchers: 73
- Forks: 216
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
DroidParts
----------
a carefully crafted Android framework that includes:
* *DI* - injection of Views, Fragments, Services, etc.
* *ORM* - efficient persistence utilizing Cursors & fluent API.
* *EventBus* for posting event notifications.
* Simple *JSON* (de)serialization capable of handling nested objects.
* Improved *AsyncTask* & *IntentService* with Exceptions & result reporting support.
* *Logger* that figures out tag itself & logs any object.
* *RESTClient* for GETting, PUTting, POSTing, DELETing & InputStream-getting,
also speaks JSON.
* *ImageFetcher* to asynchronously attach images to ImageViews, with caching,
cross-fade & transformation support.
* Numerous *Utils*.Documentation
-------------
available at http://droidparts.org.Download
--------
[the latest JAR][1], get from Maven:
```xmlorg.droidparts
droidparts
${version.from.jar.above}```
or Gradle:
```groovy
dependencies {
compile 'org.droidparts:droidparts:${version.from.jar.above}'
}
```
or use as a plain old Android library project.[1]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.droidparts&a=droidparts&v=LATEST