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:
- Intent Service: http://developer.android.com/reference/android/app/IntentService.html
- How to user Intent Service: http://www.vogella.com/tutorials/AndroidServices/article.html
Protocol reference: