Popularity
6.7
Stable
Activity
0.0
Stable
780
74
219
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 -
Conductor
A small, yet full-featured framework that allows building View-based Android applications -
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. -
UltimateAndroid
UltimateAndroid is a rapid development framework for developing your apps -
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
Rosie is an Android framework to create applications following the principles of Clean Architecture. -
enhanced-volley
An enhanced version of the Volley Networking Toolkit for Android -
Elf Framework
Efl is an Android Framework to simplify the android development process
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* 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.