Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 897 Bytes

readme.md

File metadata and controls

41 lines (29 loc) · 897 Bytes

111 REST api

The purpose of the library is to implement android client-server interaction, suggested by Google.

Major features:

  • Requests are executed in Service in separate thread, receivers are notified about results
  • Handling responses is loosely coupled with requests
  • Sending List is supported
  • Http MultipartEntity is supported
  • Partial wake lock is aquired for service
  • cwac-wakeful is included

Change Log

Version 15

  • Logback removed

Version 10-14.

  • See commit log...

Version 9

  • Initial GitHub commit

Roadmap

  • Add javadocs

Developed By