Invoke the API implementation of Xutils-master to download

Source: Internet
Author: User

One, using Xutils-master API implementation download file

Click to download: public void Click (View view) {

Httputils http = new Httputils ();

String path = Etpath.gettext (). toString ();//Get the downloaded service address

"/mnt/sdcard/txdx.mp3": Download to the machine directory; true: Whether breakpoint download is supported

Http.download (Path, "/mnt/sdcard/txdx.mp3", True,new requestcallback<file> () {

@Override
public void onsuccess (responseinfo<file> arg0) {
Toast.maketext (mainactivity.this, "Download succeeded", 0). Show ();
}

@Override
public void OnFailure (HttpException arg0, String arg1) {
}

@Override
public void onloading (long, Long, Boolean isuploading) {
Super.onloading (total, Current, isuploading);
Pb.setmax (int) total);//Set the progress bar to the maximum progress

Pb.setprogress (int.);//Set Current progress
}
}) ;

}

Note: 1. Progress bar Layout

<progressbar
Android:id= "@+id/pb"
Style= "? Android:attr/progressbarstylehorizontal"
Android:layout_width= "Match_parent"
android:layout_height= "Wrap_content"/>

2.xutils-master Download API attachment

This article is from the "Android Notes" blog, so be sure to keep this source http://2585211.blog.51cto.com/10044233/1671441

Invoke the API implementation of Xutils-master to download

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.