All Projects → droidparts → Droidparts

droidparts / Droidparts

Licence: apache-2.0

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Droidparts

Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+49.81%)
Mutual labels:  rest, orm, dependency-injection
Pmhttp
Swift/Obj-C HTTP framework with a focus on REST and JSON
Stars: ✭ 509 (-35.16%)
Mutual labels:  rest, json
Networking
⚡️ Elegantly connect to a REST JSON Api. URLSession + Combine + Decodable + Generics = <3
Stars: ✭ 499 (-36.43%)
Mutual labels:  rest, json
Spyke
Interact with REST services in an ActiveRecord-like manner
Stars: ✭ 591 (-24.71%)
Mutual labels:  rest, json
Wiremock
A tool for mocking HTTP services
Stars: ✭ 4,790 (+510.19%)
Mutual labels:  rest, json
Openrecord
Make ORMs great again!
Stars: ✭ 474 (-39.62%)
Mutual labels:  rest, orm
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (-32.36%)
Mutual labels:  rest, json
Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (-52.74%)
Mutual labels:  json, dependency-injection
Kafka Pixy
gRPC/REST proxy for Kafka
Stars: ✭ 613 (-21.91%)
Mutual labels:  rest, json
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (-14.01%)
Mutual labels:  rest, json
Nano Sql
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
Stars: ✭ 717 (-8.66%)
Mutual labels:  json, orm
Airframe
Essential Building Blocks for Scala
Stars: ✭ 442 (-43.69%)
Mutual labels:  json, dependency-injection
Hutool
🍬A set of tools that keep Java sweet.
Stars: ✭ 21,386 (+2624.33%)
Mutual labels:  json, orm
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (-38.6%)
Mutual labels:  rest, json
Restc Cpp
Modern C++ REST Client library
Stars: ✭ 371 (-52.74%)
Mutual labels:  rest, json
Lithium
Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
Stars: ✭ 523 (-33.38%)
Mutual labels:  json, orm
Latke
🌀 一款以 JSON 为主的 Java Web 框架。
Stars: ✭ 781 (-0.51%)
Mutual labels:  json, orm
Ngrest
Fast and easy C++ RESTful WebServices framework
Stars: ✭ 357 (-54.52%)
Mutual labels:  rest, json
Node Rest Client
REST API client from node.js
Stars: ✭ 365 (-53.5%)
Mutual labels:  rest, json
Rest Assured
Java DSL for easy testing of REST services
Stars: ✭ 5,646 (+619.24%)
Mutual labels:  rest, json

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].