Popularity
6.7
Stable
Activity
0.0
Stable
770
73
216
Code Quality Rank:
L5
Programming language: Java
License: Apache License 2.0
Latest version: v3.2.5
droidparts alternatives and similar packages
Based on the "Common" category.
Alternatively, view droidparts alternatives based on common mentions on social networks and blogs.
-
android-common
Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on -
android-priority-jobqueue
A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. -
LiteCommon
LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently. -
Rosie
DISCONTINUED. Rosie is an Android framework to create applications following the principles of Clean Architecture.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of droidparts or a related 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, 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.