Droidparts
No description available
Install / Use
/learn @droidparts/DroidpartsREADME
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, get from Maven:
<dependency>
<groupId>org.droidparts</groupId>
<artifactId>droidparts</artifactId>
<version>${version.from.jar.above}</version>
</dependency>
or Gradle:
dependencies {
compile 'org.droidparts:droidparts:${version.from.jar.above}'
}
or use as a plain old Android library project.
Related Skills
bluebubbles
339.3kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
gh-issues
339.3kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
healthcheck
339.3kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
339.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
