10000 GitHub - alifkurniawan/tus-android-client: implementation of tus protocol for android
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alifkurniawan/tus-android-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tus-android-client

implementation of tus protocol for android

To implement this code, you must add httpmime. jar library from http://mvnrepository.com/artifact/org.apache.httpcomponents/httpmime/4.3.2 to your libs folder.

These are code references that I use to implement tus-protocol:

  1. Intent Service: http://developer.android.com/reference/android/app/IntentService.html
  2. How to user Intent Service: http://www.vogella.com/tutorials/AndroidServices/article.html

Protocol reference:

  1. http://tus.io/protocols/resumable-upload.html

About

implementation of tus protocol for android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0